Color Hex Logo

#f9caba Color Hex

#F9CABA
(249,202,186)
0 Favorites   0 Comments

Color spaces of #f9caba

RGB 249202186
HSL0.040.840.85
HSV15°25°98°
CMYK 0.000.190.25   0.02
XYZ69.050465.926055.5400
Yxy65.92600.36240.3460
Hunter Lab81.19489.710516.2800
CIE-Lab84.958714.315714.2660

#f9caba color RGB value is (249,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 10111010
Octal 371 312 272
Decimal 249 202 186
Hex F9 CA BA

RGB Percentages of Color #f9caba

%39.09
%31.71
%29.20

CMYK Percentages of Color #f9caba

%0
%19
%25
%2

Triadic Colors of #f9caba

#f9caba #baf9ca #cabaf9

Analogous Colors of #f9caba

#f9caba #f9eaba #f9baca

Monochromatic Colors of #f9caba

#f9caba

Complementary Color

#f9caba #bae9f9

#f9caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9caba Color CSS Codes

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

#f9caba Text Font Color

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

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


#f9caba Background Color

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

This div background color is #f9caba


#f9caba Border Color

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

This div border color is #f9caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9caba


Comments

No comments written yet.

Please login to write comment.