Color Hex Logo

#eddd24 Color Hex

#EDDD24
(237,221,36)
0 Favorites   0 Comments

Color spaces of #eddd24

RGB 23722136
HSL0.150.850.54
HSV55°85°93°
CMYK 0.000.070.85   0.07
XYZ61.099969.844811.9302
Yxy69.84480.42760.4889
Hunter Lab83.5732-15.752850.0375
CIE-Lab86.9207-12.100681.7464

#eddd24 color RGB value is (237,221,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00100100
Octal 355 335 44
Decimal 237 221 36
Hex ED DD 24

RGB Percentages of Color #eddd24

%47.98
%44.74
%7.29

CMYK Percentages of Color #eddd24

%0
%7
%85
%7

Triadic Colors of #eddd24

#eddd24 #24eddd #dd24ed

Analogous Colors of #eddd24

#eddd24 #99ed24 #ed7924

Monochromatic Colors of #eddd24

#eddd24

Complementary Color

#eddd24 #2434ed

#eddd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd24 Color CSS Codes

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

#eddd24 Text Font Color

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

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


#eddd24 Background Color

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

This div background color is #eddd24


#eddd24 Border Color

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

This div border color is #eddd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd24


Comments

No comments written yet.

Please login to write comment.