Color Hex Logo

#edd222 Color Hex

#EDD222
(237,210,34)
0 Favorites   0 Comments

Color spaces of #edd222

RGB 23721034
HSL0.140.850.53
HSV52°86°93°
CMYK 0.000.110.86   0.07
XYZ58.260464.213210.8371
Yxy64.21320.43700.4817
Hunter Lab80.1331-10.455548.0749
CIE-Lab84.0767-6.632879.8599

#edd222 color RGB value is (237,210,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00100010
Octal 355 322 42
Decimal 237 210 34
Hex ED D2 22

RGB Percentages of Color #edd222

%49.27
%43.66
%7.07

CMYK Percentages of Color #edd222

%0
%11
%86
%7

Triadic Colors of #edd222

#edd222 #22edd2 #d222ed

Analogous Colors of #edd222

#edd222 #a3ed22 #ed6d22

Monochromatic Colors of #edd222

#edd222

Complementary Color

#edd222 #223ded

#edd222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd222 Color CSS Codes

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

#edd222 Text Font Color

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

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


#edd222 Background Color

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

This div background color is #edd222


#edd222 Border Color

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

This div border color is #edd222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd222


Comments

No comments written yet.

Please login to write comment.