Color Hex Logo

#edd181 Color Hex

#EDD181
(237,209,129)
0 Favorites   0 Comments

Color spaces of #edd181

RGB 237209129
HSL0.120.750.72
HSV44°46°93°
CMYK 0.000.120.46   0.07
XYZ61.688065.190430.1006
Yxy65.19040.39300.4153
Hunter Lab80.7406-4.917134.4147
CIE-Lab84.5818-0.638943.1296

#edd181 color RGB value is (237,209,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10000001
Octal 355 321 201
Decimal 237 209 129
Hex ED D1 81

RGB Percentages of Color #edd181

%41.22
%36.35
%22.43

CMYK Percentages of Color #edd181

%0
%12
%46
%7

Triadic Colors of #edd181

#edd181 #81edd1 #d181ed

Analogous Colors of #edd181

#edd181 #d3ed81 #ed9b81

Monochromatic Colors of #edd181

#edd181

Complementary Color

#edd181 #819ded

#edd181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd181 Color CSS Codes

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

#edd181 Text Font Color

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

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


#edd181 Background Color

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

This div background color is #edd181


#edd181 Border Color

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

This div border color is #edd181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd181

#edd181 Color Palettes


Comments

No comments written yet.

Please login to write comment.