Color Hex Logo

#edde32 Color Hex

#EDDE32
(237,222,50)
0 Favorites   0 Comments

Color spaces of #edde32

RGB 23722250
HSL0.150.840.56
HSV55°79°93°
CMYK 0.000.060.79   0.07
XYZ61.622170.477413.3733
Yxy70.47740.42360.4845
Hunter Lab83.9508-15.890349.3207
CIE-Lab87.2305-12.210078.5676

#edde32 color RGB value is (237,222,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 00110010
Octal 355 336 62
Decimal 237 222 50
Hex ED DE 32

RGB Percentages of Color #edde32

%46.56
%43.61
%9.82

CMYK Percentages of Color #edde32

%0
%6
%79
%7

Triadic Colors of #edde32

#edde32 #32edde #de32ed

Analogous Colors of #edde32

#edde32 #9fed32 #ed8132

Monochromatic Colors of #edde32

#edde32

Complementary Color

#edde32 #3241ed

#edde32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde32 Color CSS Codes

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

#edde32 Text Font Color

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

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


#edde32 Background Color

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

This div background color is #edde32


#edde32 Border Color

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

This div border color is #edde32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde32


Comments

No comments written yet.

Please login to write comment.