Color Hex Logo

#f4baba Color Hex

#F4BABA
(244,186,186)
3 Favorites   0 Comments

Color spaces of #f4baba

RGB 244186186
HSL0.000.730.84
HSV24°96°
CMYK 0.000.240.24   0.04
XYZ63.730157.896154.2705
Yxy57.89610.36230.3291
Hunter Lab76.089516.349210.9743
CIE-Lab80.681020.89998.1176

#f4baba color RGB value is (244,186,186).

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

The process color (four color CMYK) of #f4baba color hex is 0.00, 0.24, 0.24, 0.04. Web safe color of #f4baba is #ffcccc. Color #f4baba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 10111010
Octal 364 272 272
Decimal 244 186 186
Hex F4 BA BA

RGB Percentages of Color #f4baba

%39.61
%30.19
%30.19

CMYK Percentages of Color #f4baba

%0
%24
%24
%4

Triadic Colors of #f4baba

#f4baba #baf4ba #babaf4

Analogous Colors of #f4baba

#f4baba #f4d7ba #f4bad7

Monochromatic Colors of #f4baba

#f4baba

Complementary Color

#f4baba #baf4f4

#f4baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4baba Color CSS Codes

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

#f4baba Text Font Color

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

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


#f4baba Background Color

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

This div background color is #f4baba


#f4baba Border Color

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

This div border color is #f4baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4baba


Comments

No comments written yet.

Please login to write comment.