Color Hex Logo

#f4babd Color Hex

#F4BABD
(244,186,189)
0 Favorites   0 Comments

Color spaces of #f4babd

RGB 244186189
HSL0.990.730.84
HSV357°24°96°
CMYK 0.000.240.23   0.04
XYZ64.052458.025055.9681
Yxy58.02500.35980.3259
Hunter Lab76.174116.79029.7592
CIE-Lab80.752721.32736.6048

#f4babd color RGB value is (244,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 10111101
Octal 364 272 275
Decimal 244 186 189
Hex F4 BA BD

RGB Percentages of Color #f4babd

%39.42
%30.05
%30.53

CMYK Percentages of Color #f4babd

%0
%24
%23
%4

Triadic Colors of #f4babd

#f4babd #bdf4ba #babdf4

Analogous Colors of #f4babd

#f4babd #f4d4ba #f4bada

Monochromatic Colors of #f4babd

#f4babd

Complementary Color

#f4babd #baf4f1

#f4babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4babd Color CSS Codes

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

#f4babd Text Font Color

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

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


#f4babd Background Color

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

This div background color is #f4babd


#f4babd Border Color

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

This div border color is #f4babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4babd


Comments

No comments written yet.

Please login to write comment.