Color Hex Logo

#eed0ca Color Hex

#EED0CA
(238,208,202)
0 Favorites   0 Comments

Color spaces of #eed0ca

RGB 238208202
HSL0.030.510.86
HSV10°15°93°
CMYK 0.000.130.15   0.07
XYZ68.476467.553265.3071
Yxy67.55320.34010.3355
Hunter Lab82.19084.881710.4229
CIE-Lab85.78259.51556.8202

#eed0ca color RGB value is (238,208,202).

#eed0ca hex color red value is 238, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eed0ca hue: 0.03 , saturation: 0.51 and the lightness value of eed0ca is 0.86.

The process color (four color CMYK) of #eed0ca color hex is 0.00, 0.13, 0.15, 0.07. Web safe color of #eed0ca is #ffcccc. Color #eed0ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 11001010
Octal 356 320 312
Decimal 238 208 202
Hex EE D0 CA

RGB Percentages of Color #eed0ca

%36.73
%32.10
%31.17

CMYK Percentages of Color #eed0ca

%0
%13
%15
%7

Triadic Colors of #eed0ca

#eed0ca #caeed0 #d0caee

Analogous Colors of #eed0ca

#eed0ca #eee2ca #eecad6

Monochromatic Colors of #eed0ca

#eed0ca

Complementary Color

#eed0ca #cae8ee

#eed0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed0ca Color CSS Codes

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

#eed0ca Text Font Color

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

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


#eed0ca Background Color

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

This div background color is #eed0ca


#eed0ca Border Color

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

This div border color is #eed0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed0ca


Comments

No comments written yet.

Please login to write comment.