Color Hex Logo

#f4caef Color Hex

#F4CAEF
(244,202,239)
0 Favorites   0 Comments

Color spaces of #f4caef

RGB 244202239
HSL0.850.660.87
HSV307°17°96°
CMYK 0.000.170.02   0.04
XYZ74.008767.706290.8293
Yxy67.70620.31830.2912
Hunter Lab82.283816.5521-7.8489
CIE-Lab85.859320.9444-12.6523

#f4caef color RGB value is (244,202,239).

#f4caef hex color red value is 244, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f4caef hue: 0.85 , saturation: 0.66 and the lightness value of f4caef is 0.87.

The process color (four color CMYK) of #f4caef color hex is 0.00, 0.17, 0.02, 0.04. Web safe color of #f4caef is #ffccff. Color #f4caef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 11101111
Octal 364 312 357
Decimal 244 202 239
Hex F4 CA EF

RGB Percentages of Color #f4caef

%35.62
%29.49
%34.89

CMYK Percentages of Color #f4caef

%0
%17
%2
%4

Triadic Colors of #f4caef

#f4caef #eff4ca #caeff4

Analogous Colors of #f4caef

#f4caef #f4cada #e4caf4

Monochromatic Colors of #f4caef

#f4caef

Complementary Color

#f4caef #caf4cf

#f4caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4caef Color CSS Codes

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

#f4caef Text Font Color

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

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


#f4caef Background Color

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

This div background color is #f4caef


#f4caef Border Color

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

This div border color is #f4caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4caef


Comments

No comments written yet.

Please login to write comment.