Color Hex Logo

#edd527 Color Hex

#EDD527
(237,213,39)
0 Favorites   0 Comments

Color spaces of #edd527

RGB 23721339
HSL0.150.850.54
HSV53°84°93°
CMYK 0.000.100.84   0.07
XYZ59.085565.739511.4943
Yxy65.73950.43340.4822
Hunter Lab81.0799-11.811248.3507
CIE-Lab84.8634-8.028279.3794

#edd527 color RGB value is (237,213,39).

#edd527 hex color red value is 237, green value is 213 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #edd527 hue: 0.15 , saturation: 0.85 and the lightness value of edd527 is 0.54.

The process color (four color CMYK) of #edd527 color hex is 0.00, 0.10, 0.84, 0.07. Web safe color of #edd527 is #ffcc33. Color #edd527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00100111
Octal 355 325 47
Decimal 237 213 39
Hex ED D5 27

RGB Percentages of Color #edd527

%48.47
%43.56
%7.98

CMYK Percentages of Color #edd527

%0
%10
%84
%7

Triadic Colors of #edd527

#edd527 #27edd5 #d527ed

Analogous Colors of #edd527

#edd527 #a2ed27 #ed7227

Monochromatic Colors of #edd527

#edd527

Complementary Color

#edd527 #273fed

#edd527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd527 Color CSS Codes

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

#edd527 Text Font Color

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

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


#edd527 Background Color

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

This div background color is #edd527


#edd527 Border Color

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

This div border color is #edd527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd527


Comments

No comments written yet.

Please login to write comment.