Color Hex Logo

#edcdaf Color Hex

#EDCDAF
(237,205,175)
0 Favorites   0 Comments

Color spaces of #edcdaf

RGB 237205175
HSL0.080.630.81
HSV29°26°93°
CMYK 0.000.140.26   0.07
XYZ64.494264.762349.6586
Yxy64.76230.36050.3620
Hunter Lab80.47502.222019.7465
CIE-Lab84.36116.779419.0881

#edcdaf color RGB value is (237,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10101111
Octal 355 315 257
Decimal 237 205 175
Hex ED CD AF

RGB Percentages of Color #edcdaf

%38.41
%33.23
%28.36

CMYK Percentages of Color #edcdaf

%0
%14
%26
%7

Triadic Colors of #edcdaf

#edcdaf #afedcd #cdafed

Analogous Colors of #edcdaf

#edcdaf #edecaf #edafb0

Monochromatic Colors of #edcdaf

#edcdaf

Complementary Color

#edcdaf #afcfed

#edcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdaf Color CSS Codes

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

#edcdaf Text Font Color

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

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


#edcdaf Background Color

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

This div background color is #edcdaf


#edcdaf Border Color

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

This div border color is #edcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdaf


Comments

No comments written yet.

Please login to write comment.