Color Hex Logo

#edd21c Color Hex

#EDD21C
(237,210,28)
0 Favorites   0 Comments

Color spaces of #edd21c

RGB 23721028
HSL0.150.850.52
HSV52°88°93°
CMYK 0.000.110.88   0.07
XYZ58.181264.181610.4204
Yxy64.18160.43820.4834
Hunter Lab80.1134-10.565548.3675
CIE-Lab84.0602-6.754681.0351

#edd21c color RGB value is (237,210,28).

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

The process color (four color CMYK) of #edd21c color hex is 0.00, 0.11, 0.88, 0.07. Web safe color of #edd21c is #ffcc33. Color #edd21c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00011100
Octal 355 322 34
Decimal 237 210 28
Hex ED D2 1C

RGB Percentages of Color #edd21c

%49.89
%44.21
%5.89

CMYK Percentages of Color #edd21c

%0
%11
%88
%7

Triadic Colors of #edd21c

#edd21c #1cedd2 #d21ced

Analogous Colors of #edd21c

#edd21c #a0ed1c #ed6a1c

Monochromatic Colors of #edd21c

#edd21c

Complementary Color

#edd21c #1c37ed

#edd21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd21c Color CSS Codes

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

#edd21c Text Font Color

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

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


#edd21c Background Color

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

This div background color is #edd21c


#edd21c Border Color

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

This div border color is #edd21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd21c


Comments

No comments written yet.

Please login to write comment.