Color Hex Logo

#edcda9 Color Hex

#EDCDA9
(237,205,169)
0 Favorites   0 Comments

Color spaces of #edcda9

RGB 237205169
HSL0.090.650.80
HSV32°29°93°
CMYK 0.000.140.29   0.07
XYZ63.917864.531746.6232
Yxy64.53170.36510.3686
Hunter Lab80.33161.447521.8212
CIE-Lab84.24185.980622.0854

#edcda9 color RGB value is (237,205,169).

#edcda9 hex color red value is 237, green value is 205 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #edcda9 hue: 0.09 , saturation: 0.65 and the lightness value of edcda9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10101001
Octal 355 315 251
Decimal 237 205 169
Hex ED CD A9

RGB Percentages of Color #edcda9

%38.79
%33.55
%27.66

CMYK Percentages of Color #edcda9

%0
%14
%29
%7

Triadic Colors of #edcda9

#edcda9 #a9edcd #cda9ed

Analogous Colors of #edcda9

#edcda9 #ebeda9 #edaba9

Monochromatic Colors of #edcda9

#edcda9

Complementary Color

#edcda9 #a9c9ed

#edcda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcda9 Color CSS Codes

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

#edcda9 Text Font Color

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

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


#edcda9 Background Color

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

This div background color is #edcda9


#edcda9 Border Color

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

This div border color is #edcda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcda9


Comments

No comments written yet.

Please login to write comment.