Color Hex Logo

#ede820 Color Hex

#EDE820
(237,232,32)
0 Favorites   0 Comments

Color spaces of #ede820

RGB 23723232
HSL0.160.850.53
HSV59°86°93°
CMYK 0.000.020.86   0.07
XYZ64.042475.822012.6262
Yxy75.82200.42000.4972
Hunter Lab87.0758-21.099852.3559
CIE-Lab89.7766-17.591884.8444

#ede820 color RGB value is (237,232,32).

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

The process color (four color CMYK) of #ede820 color hex is 0.00, 0.02, 0.86, 0.07. Web safe color of #ede820 is #ffff33. Color #ede820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00100000
Octal 355 350 40
Decimal 237 232 32
Hex ED E8 20

RGB Percentages of Color #ede820

%47.31
%46.31
%6.39

CMYK Percentages of Color #ede820

%0
%2
%86
%7

Triadic Colors of #ede820

#ede820 #20ede8 #e820ed

Analogous Colors of #ede820

#ede820 #8ced20 #ed8220

Monochromatic Colors of #ede820

#ede820

Complementary Color

#ede820 #2025ed

#ede820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede820 Color CSS Codes

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

#ede820 Text Font Color

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

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


#ede820 Background Color

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

This div background color is #ede820


#ede820 Border Color

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

This div border color is #ede820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede820


Comments

No comments written yet.

Please login to write comment.