Color Hex Logo

#edd081 Color Hex

#EDD081
(237,208,129)
0 Favorites   0 Comments

Color spaces of #edd081

RGB 237208129
HSL0.120.750.72
HSV44°46°93°
CMYK 0.000.120.46   0.07
XYZ61.443464.701330.0191
Yxy64.70130.39350.4143
Hunter Lab80.4371-4.414434.1790
CIE-Lab84.3296-0.124842.8125

#edd081 color RGB value is (237,208,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 10000001
Octal 355 320 201
Decimal 237 208 129
Hex ED D0 81

RGB Percentages of Color #edd081

%41.29
%36.24
%22.47

CMYK Percentages of Color #edd081

%0
%12
%46
%7

Triadic Colors of #edd081

#edd081 #81edd0 #d081ed

Analogous Colors of #edd081

#edd081 #d4ed81 #ed9a81

Monochromatic Colors of #edd081

#edd081

Complementary Color

#edd081 #819eed

#edd081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd081 Color CSS Codes

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

#edd081 Text Font Color

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

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


#edd081 Background Color

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

This div background color is #edd081


#edd081 Border Color

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

This div border color is #edd081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd081


Comments

No comments written yet.

Please login to write comment.