Color Hex Logo

#edeca9 Color Hex

#EDECA9
(237,236,169)
0 Favorites   0 Comments

Color spaces of #edeca9

RGB 237236169
HSL0.160.650.80
HSV59°29°93°
CMYK 0.000.000.29   0.07
XYZ72.081980.860049.3445
Yxy80.86000.35630.3997
Hunter Lab89.9222-14.277730.4103
CIE-Lab92.0694-9.850032.7035

#edeca9 color RGB value is (237,236,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10101001
Octal 355 354 251
Decimal 237 236 169
Hex ED EC A9

RGB Percentages of Color #edeca9

%36.92
%36.76
%26.32

CMYK Percentages of Color #edeca9

%0
%0
%29
%7

Triadic Colors of #edeca9

#edeca9 #a9edec #eca9ed

Analogous Colors of #edeca9

#edeca9 #cceda9 #edcaa9

Monochromatic Colors of #edeca9

#edeca9

Complementary Color

#edeca9 #a9aaed

#edeca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeca9 Color CSS Codes

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

#edeca9 Text Font Color

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

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


#edeca9 Background Color

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

This div background color is #edeca9


#edeca9 Border Color

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

This div border color is #edeca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeca9


Comments

No comments written yet.

Please login to write comment.