Color Hex Logo

#edcdae Color Hex

#EDCDAE
(237,205,174)
0 Favorites   0 Comments

Color spaces of #edcdae

RGB 237205174
HSL0.080.640.81
HSV30°27°93°
CMYK 0.000.140.27   0.07
XYZ64.396464.723249.1432
Yxy64.72320.36120.3631
Hunter Lab80.45072.090720.0983
CIE-Lab84.34096.644319.5877

#edcdae color RGB value is (237,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10101110
Octal 355 315 256
Decimal 237 205 174
Hex ED CD AE

RGB Percentages of Color #edcdae

%38.47
%33.28
%28.25

CMYK Percentages of Color #edcdae

%0
%14
%27
%7

Triadic Colors of #edcdae

#edcdae #aeedcd #cdaeed

Analogous Colors of #edcdae

#edcdae #ededae #edaeaf

Monochromatic Colors of #edcdae

#edcdae

Complementary Color

#edcdae #aeceed

#edcdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdae Color CSS Codes

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

#edcdae Text Font Color

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

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


#edcdae Background Color

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

This div background color is #edcdae


#edcdae Border Color

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

This div border color is #edcdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdae


Comments

No comments written yet.

Please login to write comment.