Color Hex Logo

#f9baba Color Hex

#F9BABA
(249,186,186)
0 Favorites   0 Comments

Color spaces of #f9baba

RGB 249186186
HSL0.000.840.85
HSV25°98°
CMYK 0.000.250.25   0.02
XYZ65.488858.802754.3528
Yxy58.80270.36660.3292
Hunter Lab76.682918.247611.6533
CIE-Lab81.183022.72518.9031

#f9baba color RGB value is (249,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 10111010
Octal 371 272 272
Decimal 249 186 186
Hex F9 BA BA

RGB Percentages of Color #f9baba

%40.10
%29.95
%29.95

CMYK Percentages of Color #f9baba

%0
%25
%25
%2

Triadic Colors of #f9baba

#f9baba #baf9ba #babaf9

Analogous Colors of #f9baba

#f9baba #f9daba #f9bada

Monochromatic Colors of #f9baba

#f9baba

Complementary Color

#f9baba #baf9f9

#f9baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9baba Color CSS Codes

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

#f9baba Text Font Color

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

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


#f9baba Background Color

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

This div background color is #f9baba


#f9baba Border Color

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

This div border color is #f9baba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,186,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 #f9baba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9baba


Comments

No comments written yet.

Please login to write comment.