Color Hex Logo

#edea36 Color Hex

#EDEA36
(237,234,54)
0 Favorites   0 Comments

Color spaces of #edea36

RGB 23723454
HSL0.160.840.57
HSV59°77°93°
CMYK 0.000.010.77   0.07
XYZ65.013777.116514.9484
Yxy77.11650.41390.4909
Hunter Lab87.8160-21.527351.3786
CIE-Lab90.3752-17.966980.2304

#edea36 color RGB value is (237,234,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00110110
Octal 355 352 66
Decimal 237 234 54
Hex ED EA 36

RGB Percentages of Color #edea36

%45.14
%44.57
%10.29

CMYK Percentages of Color #edea36

%0
%1
%77
%7

Triadic Colors of #edea36

#edea36 #36edea #ea36ed

Analogous Colors of #edea36

#edea36 #95ed36 #ed8f36

Monochromatic Colors of #edea36

#edea36

Complementary Color

#edea36 #3639ed

#edea36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea36 Color CSS Codes

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

#edea36 Text Font Color

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

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


#edea36 Background Color

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

This div background color is #edea36


#edea36 Border Color

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

This div border color is #edea36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea36


Comments

No comments written yet.

Please login to write comment.