Color Hex Logo

#edec89 Color Hex

#EDEC89
(237,236,137)
0 Favorites   0 Comments

Color spaces of #edec89

RGB 237236137
HSL0.170.740.73
HSV59°42°93°
CMYK 0.000.000.42   0.07
XYZ69.435979.801635.4105
Yxy79.80160.37600.4322
Hunter Lab89.3317-17.585839.0301
CIE-Lab91.5958-13.457647.9726

#edec89 color RGB value is (237,236,137).

#edec89 hex color red value is 237, green value is 236 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edec89 hue: 0.17 , saturation: 0.74 and the lightness value of edec89 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10001001
Octal 355 354 211
Decimal 237 236 137
Hex ED EC 89

RGB Percentages of Color #edec89

%38.85
%38.69
%22.46

CMYK Percentages of Color #edec89

%0
%0
%42
%7

Triadic Colors of #edec89

#edec89 #89edec #ec89ed

Analogous Colors of #edec89

#edec89 #bced89 #edba89

Monochromatic Colors of #edec89

#edec89

Complementary Color

#edec89 #898aed

#edec89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec89 Color CSS Codes

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

#edec89 Text Font Color

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

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


#edec89 Background Color

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

This div background color is #edec89


#edec89 Border Color

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

This div border color is #edec89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec89


Comments

No comments written yet.

Please login to write comment.