Color Hex Logo

#eded20 Color Hex

#EDED20
(237,237,32)
0 Favorites   0 Comments

Color spaces of #eded20

RGB 23723732
HSL0.170.850.53
HSV60°86°93°
CMYK 0.000.000.86   0.07
XYZ65.470078.677213.1021
Yxy78.67720.41630.5003
Hunter Lab88.7002-23.473653.3323
CIE-Lab91.0880-20.011285.8952

#eded20 color RGB value is (237,237,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 00100000
Octal 355 355 40
Decimal 237 237 32
Hex ED ED 20

RGB Percentages of Color #eded20

%46.84
%46.84
%6.32

CMYK Percentages of Color #eded20

%0
%0
%86
%7

Triadic Colors of #eded20

#eded20 #20eded #ed20ed

Analogous Colors of #eded20

#eded20 #87ed20 #ed8720

Monochromatic Colors of #eded20

#eded20

Complementary Color

#eded20 #2020ed

#eded20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded20 Color CSS Codes

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

#eded20 Text Font Color

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

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


#eded20 Background Color

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

This div background color is #eded20


#eded20 Border Color

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

This div border color is #eded20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded20


Comments

No comments written yet.

Please login to write comment.