Color Hex Logo

#f9cab3 Color Hex

#F9CAB3
(249,202,179)
0 Favorites   0 Comments

Color spaces of #f9cab3

RGB 249202179
HSL0.050.850.84
HSV20°28°98°
CMYK 0.000.190.28   0.02
XYZ68.324165.635551.7157
Yxy65.63550.36800.3535
Hunter Lab81.01578.759318.8638
CIE-Lab84.810113.374317.7653

#f9cab3 color RGB value is (249,202,179).

#f9cab3 hex color red value is 249, green value is 202 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #f9cab3 hue: 0.05 , saturation: 0.85 and the lightness value of f9cab3 is 0.84.

The process color (four color CMYK) of #f9cab3 color hex is 0.00, 0.19, 0.28, 0.02. Web safe color of #f9cab3 is #ffcccc. Color #f9cab3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 10110011
Octal 371 312 263
Decimal 249 202 179
Hex F9 CA B3

RGB Percentages of Color #f9cab3

%39.52
%32.06
%28.41

CMYK Percentages of Color #f9cab3

%0
%19
%28
%2

Triadic Colors of #f9cab3

#f9cab3 #b3f9ca #cab3f9

Analogous Colors of #f9cab3

#f9cab3 #f9edb3 #f9b3bf

Monochromatic Colors of #f9cab3

#f9cab3

Complementary Color

#f9cab3 #b3e2f9

#f9cab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cab3 Color CSS Codes

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

#f9cab3 Text Font Color

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

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


#f9cab3 Background Color

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

This div background color is #f9cab3


#f9cab3 Border Color

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

This div border color is #f9cab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cab3


Comments

No comments written yet.

Please login to write comment.