Color Hex Logo

#edde81 Color Hex

#EDDE81
(237,222,129)
0 Favorites   0 Comments

Color spaces of #edde81

RGB 237222129
HSL0.140.750.72
HSV52°46°93°
CMYK 0.000.060.46   0.07
XYZ65.008871.832131.2075
Yxy71.83210.38680.4274
Hunter Lab84.7538-11.404237.4963
CIE-Lab87.8877-7.256047.2517

#edde81 color RGB value is (237,222,129).

#edde81 hex color red value is 237, green value is 222 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #edde81 hue: 0.14 , saturation: 0.75 and the lightness value of edde81 is 0.72.

The process color (four color CMYK) of #edde81 color hex is 0.00, 0.06, 0.46, 0.07. Web safe color of #edde81 is #ffcc99. Color #edde81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10000001
Octal 355 336 201
Decimal 237 222 129
Hex ED DE 81

RGB Percentages of Color #edde81

%40.31
%37.76
%21.94

CMYK Percentages of Color #edde81

%0
%6
%46
%7

Triadic Colors of #edde81

#edde81 #81edde #de81ed

Analogous Colors of #edde81

#edde81 #c6ed81 #eda881

Monochromatic Colors of #edde81

#edde81

Complementary Color

#edde81 #8190ed

#edde81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde81 Color CSS Codes

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

#edde81 Text Font Color

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

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


#edde81 Background Color

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

This div background color is #edde81


#edde81 Border Color

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

This div border color is #edde81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde81


Comments

No comments written yet.

Please login to write comment.