Color Hex Logo

#ede72a Color Hex

#EDE72A
(237,231,42)
0 Favorites   0 Comments

Color spaces of #ede72a

RGB 23723142
HSL0.160.840.55
HSV58°82°93°
CMYK 0.000.030.82   0.07
XYZ63.918975.323513.3605
Yxy75.32350.41890.4936
Hunter Lab86.7891-20.418351.6252
CIE-Lab89.5443-16.872382.5887

#ede72a color RGB value is (237,231,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00101010
Octal 355 347 52
Decimal 237 231 42
Hex ED E7 2A

RGB Percentages of Color #ede72a

%46.47
%45.29
%8.24

CMYK Percentages of Color #ede72a

%0
%3
%82
%7

Triadic Colors of #ede72a

#ede72a #2aede7 #e72aed

Analogous Colors of #ede72a

#ede72a #92ed2a #ed862a

Monochromatic Colors of #ede72a

#ede72a

Complementary Color

#ede72a #2a30ed

#ede72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede72a Color CSS Codes

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

#ede72a Text Font Color

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

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


#ede72a Background Color

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

This div background color is #ede72a


#ede72a Border Color

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

This div border color is #ede72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede72a


Comments

No comments written yet.

Please login to write comment.