Color Hex Logo

#f5dcca Color Hex

#F5DCCA
(245,220,202)
0 Favorites   0 Comments

Color spaces of #f5dcca

RGB 245220202
HSL0.070.680.88
HSV25°18°96°
CMYK 0.000.100.18   0.04
XYZ73.910174.863166.4317
Yxy74.86310.34340.3479
Hunter Lab86.52351.062315.0443
CIE-Lab89.32885.785311.9718

#f5dcca color RGB value is (245,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 11001010
Octal 365 334 312
Decimal 245 220 202
Hex F5 DC CA

RGB Percentages of Color #f5dcca

%36.73
%32.98
%30.28

CMYK Percentages of Color #f5dcca

%0
%10
%18
%4

Triadic Colors of #f5dcca

#f5dcca #caf5dc #dccaf5

Analogous Colors of #f5dcca

#f5dcca #f5f2ca #f5cace

Monochromatic Colors of #f5dcca

#f5dcca

Complementary Color

#f5dcca #cae3f5

#f5dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dcca Color CSS Codes

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

#f5dcca Text Font Color

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

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


#f5dcca Background Color

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

This div background color is #f5dcca


#f5dcca Border Color

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

This div border color is #f5dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dcca


Comments

No comments written yet.

Please login to write comment.