Color Hex Logo

#ede502 Color Hex

#EDE502
(237,229,2)
0 Favorites   0 Comments

Color spaces of #ede502

RGB 2372292
HSL0.160.980.47
HSV58°99°93°
CMYK 0.000.030.99   0.07
XYZ62.955374.047511.0319
Yxy74.04750.42530.5002
Hunter Lab86.0509-19.997452.6345
CIE-Lab88.9449-16.501387.7014

#ede502 color RGB value is (237,229,2).

#ede502 hex color red value is 237, green value is 229 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ede502 hue: 0.16 , saturation: 0.98 and the lightness value of ede502 is 0.47.

The process color (four color CMYK) of #ede502 color hex is 0.00, 0.03, 0.99, 0.07. Web safe color of #ede502 is #ffcc00. Color #ede502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 00000010
Octal 355 345 2
Decimal 237 229 2
Hex ED E5 2

RGB Percentages of Color #ede502

%50.64
%48.93
%0.43

CMYK Percentages of Color #ede502

%0
%3
%99
%7

Triadic Colors of #ede502

#ede502 #02ede5 #e502ed

Analogous Colors of #ede502

#ede502 #80ed02 #ed7002

Monochromatic Colors of #ede502

#ede502

Complementary Color

#ede502 #020aed

#ede502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede502 Color CSS Codes

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

#ede502 Text Font Color

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

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


#ede502 Background Color

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

This div background color is #ede502


#ede502 Border Color

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

This div border color is #ede502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede502


Comments

No comments written yet.

Please login to write comment.