Color Hex Logo

#edd781 Color Hex

#EDD781
(237,215,129)
0 Favorites   0 Comments

Color spaces of #edd781

RGB 237215129
HSL0.130.750.72
HSV48°46°93°
CMYK 0.000.090.46   0.07
XYZ63.187968.190430.6006
Yxy68.19040.39010.4210
Hunter Lab82.5775-7.923235.8332
CIE-Lab86.1016-3.709345.0326

#edd781 color RGB value is (237,215,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 10000001
Octal 355 327 201
Decimal 237 215 129
Hex ED D7 81

RGB Percentages of Color #edd781

%40.79
%37.01
%22.20

CMYK Percentages of Color #edd781

%0
%9
%46
%7

Triadic Colors of #edd781

#edd781 #81edd7 #d781ed

Analogous Colors of #edd781

#edd781 #cded81 #eda181

Monochromatic Colors of #edd781

#edd781

Complementary Color

#edd781 #8197ed

#edd781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd781 Color CSS Codes

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

#edd781 Text Font Color

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

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


#edd781 Background Color

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

This div background color is #edd781


#edd781 Border Color

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

This div border color is #edd781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd781


Comments

No comments written yet.

Please login to write comment.