Hex #f2cab0 Color

#f2cab0
equivalent to

RGB

(242, 202, 176)

Details of #f2cab0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
242
65.5750
0.07
0.00
84.0973
64.2529
24°
80.1579
202
64.2529
0.72
0.17
10.3573
0.3646
27°
5.7499
176
50.0202
0.82
0.27   0.05
18.2605
0.3573
95°
19.1246

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110010
362
242
F2
Green
11001010
312
202
CA
Blue
10110000
260
176
B0

RGB in % of #f2cab0

%39.03
%32.58
%28.39

CMYK in % of #f2cab0

%0
%17
%27
%5

Triads of color #f2cab0

#f2cab0 #cab0f2 #b0f2b0

Similar Colors to #f2cab0

#f2cab0 #f2b0b7 #f2ebb0

Preview Color #f2cab0 on black ground

#f2cab0 is very interesting for text.

Preview Color #f2cab0 on white ground

#f2cab0 is very interesting for text.

CSS Codes #f2cab0 color

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

Text Font Color #f2cab0

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

This sample text font color is #f2cab0
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 #f2cab0

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

This div background color is #f2cab0


Border Color #f2cab0

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

The color of this border is #f2cab0


Examples Css3

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

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 #f2cab0">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f2cab0