Color Hex Logo

#edde24 Color Hex

#EDDE24
(237,222,36)
0 Favorites   0 Comments

Color spaces of #edde24

RGB 23722236
HSL0.150.850.54
HSV56°85°93°
CMYK 0.000.060.85   0.07
XYZ61.364870.374512.0184
Yxy70.37450.42690.4895
Hunter Lab83.8895-16.234750.2285
CIE-Lab87.1802-12.596581.9586

#edde24 color RGB value is (237,222,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 00100100
Octal 355 336 44
Decimal 237 222 36
Hex ED DE 24

RGB Percentages of Color #edde24

%47.88
%44.85
%7.27

CMYK Percentages of Color #edde24

%0
%6
%85
%7

Triadic Colors of #edde24

#edde24 #24edde #de24ed

Analogous Colors of #edde24

#edde24 #98ed24 #ed7a24

Monochromatic Colors of #edde24

#edde24

Complementary Color

#edde24 #2433ed

#edde24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde24 Color CSS Codes

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

#edde24 Text Font Color

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

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


#edde24 Background Color

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

This div background color is #edde24


#edde24 Border Color

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

This div border color is #edde24


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,222,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 #edde24">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde24


Comments

No comments written yet.

Please login to write comment.