Color Hex Logo

#edd52d Color Hex

#EDD52D
(237,213,45)
0 Favorites   0 Comments

Color spaces of #edd52d

RGB 23721345
HSL0.150.840.55
HSV53°81°93°
CMYK 0.000.100.81   0.07
XYZ59.193065.782512.0601
Yxy65.78250.43200.4800
Hunter Lab81.1064-11.663547.9584
CIE-Lab84.8854-7.864377.8911

#edd52d color RGB value is (237,213,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00101101
Octal 355 325 55
Decimal 237 213 45
Hex ED D5 2D

RGB Percentages of Color #edd52d

%47.88
%43.03
%9.09

CMYK Percentages of Color #edd52d

%0
%10
%81
%7

Triadic Colors of #edd52d

#edd52d #2dedd5 #d52ded

Analogous Colors of #edd52d

#edd52d #a5ed2d #ed752d

Monochromatic Colors of #edd52d

#edd52d

Complementary Color

#edd52d #2d45ed

#edd52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd52d Color CSS Codes

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

#edd52d Text Font Color

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

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


#edd52d Background Color

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

This div background color is #edd52d


#edd52d Border Color

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

This div border color is #edd52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd52d


Comments

No comments written yet.

Please login to write comment.