Color Hex Logo

#ede02a Color Hex

#EDE02A
(237,224,42)
0 Favorites   0 Comments

Color spaces of #ede02a

RGB 23722442
HSL0.160.840.55
HSV56°82°93°
CMYK 0.000.050.82   0.07
XYZ61.998671.483012.7204
Yxy71.48300.42410.4889
Hunter Lab84.5476-17.064650.2630
CIE-Lab87.7191-13.436881.0551

#ede02a color RGB value is (237,224,42).

#ede02a hex color red value is 237, green value is 224 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ede02a hue: 0.16 , saturation: 0.84 and the lightness value of ede02a is 0.55.

The process color (four color CMYK) of #ede02a color hex is 0.00, 0.05, 0.82, 0.07. Web safe color of #ede02a is #ffcc33. Color #ede02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 00101010
Octal 355 340 52
Decimal 237 224 42
Hex ED E0 2A

RGB Percentages of Color #ede02a

%47.12
%44.53
%8.35

CMYK Percentages of Color #ede02a

%0
%5
%82
%7

Triadic Colors of #ede02a

#ede02a #2aede0 #e02aed

Analogous Colors of #ede02a

#ede02a #99ed2a #ed7f2a

Monochromatic Colors of #ede02a

#ede02a

Complementary Color

#ede02a #2a37ed

#ede02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede02a Color CSS Codes

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

#ede02a Text Font Color

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

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


#ede02a Background Color

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

This div background color is #ede02a


#ede02a Border Color

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

This div border color is #ede02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede02a


Comments

No comments written yet.

Please login to write comment.