Color Hex Logo

#f5daca Color Hex

#F5DACA
(245,218,202)
0 Favorites   0 Comments

Color spaces of #f5daca

RGB 245218202
HSL0.060.680.88
HSV22°18°96°
CMYK 0.000.110.18   0.04
XYZ73.388373.819666.2577
Yxy73.81960.34380.3458
Hunter Lab85.91832.111114.4201
CIE-Lab88.83726.820011.2723

#f5daca color RGB value is (245,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11001010
Octal 365 332 312
Decimal 245 218 202
Hex F5 DA CA

RGB Percentages of Color #f5daca

%36.84
%32.78
%30.38

CMYK Percentages of Color #f5daca

%0
%11
%18
%4

Triadic Colors of #f5daca

#f5daca #caf5da #dacaf5

Analogous Colors of #f5daca

#f5daca #f5f0ca #f5cad0

Monochromatic Colors of #f5daca

#f5daca

Complementary Color

#f5daca #cae5f5

#f5daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5daca Color CSS Codes

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

#f5daca Text Font Color

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

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


#f5daca Background Color

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

This div background color is #f5daca


#f5daca Border Color

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

This div border color is #f5daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5daca


Comments

No comments written yet.

Please login to write comment.