Color Hex Logo

#f4dcca Color Hex

#F4DCCA
(244,220,202)
0 Favorites   0 Comments

Color spaces of #f4dcca

RGB 244220202
HSL0.070.660.87
HSV26°17°96°
CMYK 0.000.100.17   0.04
XYZ73.562174.683866.4154
Yxy74.68380.34270.3479
Hunter Lab86.41980.707814.9283
CIE-Lab89.24475.425311.8406

#f4dcca color RGB value is (244,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011100 11001010
Octal 364 334 312
Decimal 244 220 202
Hex F4 DC CA

RGB Percentages of Color #f4dcca

%36.64
%33.03
%30.33

CMYK Percentages of Color #f4dcca

%0
%10
%17
%4

Triadic Colors of #f4dcca

#f4dcca #caf4dc #dccaf4

Analogous Colors of #f4dcca

#f4dcca #f4f1ca #f4cacd

Monochromatic Colors of #f4dcca

#f4dcca

Complementary Color

#f4dcca #cae2f4

#f4dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dcca Color CSS Codes

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

#f4dcca Text Font Color

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

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


#f4dcca Background Color

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

This div background color is #f4dcca


#f4dcca Border Color

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

This div border color is #f4dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dcca


Comments

No comments written yet.

Please login to write comment.