Hex #ffb372 Color

#ffb372
equivalent to

RGB

(255, 179, 114)

Details of #ffb372

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
60.3974
0.08
0.00
78.8769
54.7151
28°
73.9697
179
54.7151
1.00
0.30
20.9107
0.4364
55°
16.3014
114
23.2974
0.72
0.55   0.00
43.9585
0.3953
100°
33.1105

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
10110011
263
179
B3
Blue
1110010
162
114
72

RGB in % of #ffb372

%46.53
%32.66
%20.80

CMYK in % of #ffb372

%0
%30
%55
%0

Triads of color #ffb372

#ffb372 #b372ff #72ff72

Similar Colors to #ffb372

#ffb372 #ff7278 #fffa72

Preview Color #ffb372 on black ground

#ffb372 is very interesting for text.

Preview Color #ffb372 on white ground

#ffb372 is very interesting for text.

CSS Codes #ffb372 color

.mybgcolor {background-color:#ffb372; }
.myforecolor {color:#ffb372; }
.mybordercolor {border:3px solid #ffb372; }

Text Font Color #ffb372

<p style="color:#ffb372">Text here</p>

This sample text font color is #ffb372
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #ffb372

<div style="background-color:#ffb372">
Div content here</div>

This div background color is #ffb372


Border Color #ffb372

<div style="border:3px solid #ffb372">
Div here</div>

The color of this border is #ffb372


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ffb372; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #ffb372;
-webkit-box-shadow: 1px 1px 3px 2px #ffb372;
box-shadow:         1px 1px 3px 2px #ffb372; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #ffb372">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb372;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb372;
  box-shadow:         1px 1px 3px 2px #ffb372;">
Div content here</div>

The shadow of div box using color #ffb372