Color Hex Logo

#edcaaf Color Hex

#EDCAAF
(237,202,175)
0 Favorites   0 Comments

Color spaces of #edcaaf

RGB 237202175
HSL0.070.630.81
HSV26°26°93°
CMYK 0.000.150.26   0.07
XYZ63.783463.340749.4217
Yxy63.34070.36130.3588
Hunter Lab79.58693.778418.8930
CIE-Lab83.62138.348018.0578

#edcaaf color RGB value is (237,202,175).

#edcaaf hex color red value is 237, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #edcaaf hue: 0.07 , saturation: 0.63 and the lightness value of edcaaf is 0.81.

The process color (four color CMYK) of #edcaaf color hex is 0.00, 0.15, 0.26, 0.07. Web safe color of #edcaaf is #ffcc99. Color #edcaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10101111
Octal 355 312 257
Decimal 237 202 175
Hex ED CA AF

RGB Percentages of Color #edcaaf

%38.60
%32.90
%28.50

CMYK Percentages of Color #edcaaf

%0
%15
%26
%7

Triadic Colors of #edcaaf

#edcaaf #afedca #caafed

Analogous Colors of #edcaaf

#edcaaf #ede9af #edafb3

Monochromatic Colors of #edcaaf

#edcaaf

Complementary Color

#edcaaf #afd2ed

#edcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaaf Color CSS Codes

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

#edcaaf Text Font Color

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

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


#edcaaf Background Color

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

This div background color is #edcaaf


#edcaaf Border Color

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

This div border color is #edcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaaf


Comments

No comments written yet.

Please login to write comment.