Color Hex Logo

#edea42 Color Hex

#EDEA42
(237,234,66)
0 Favorites   0 Comments

Color spaces of #edea42

RGB 23723466
HSL0.160.830.59
HSV59°72°93°
CMYK 0.000.010.72   0.07
XYZ65.331277.243516.6204
Yxy77.24350.41040.4852
Hunter Lab87.8883-21.117650.3096
CIE-Lab90.4336-17.502576.6194

#edea42 color RGB value is (237,234,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 01000010
Octal 355 352 102
Decimal 237 234 66
Hex ED EA 42

RGB Percentages of Color #edea42

%44.13
%43.58
%12.29

CMYK Percentages of Color #edea42

%0
%1
%72
%7

Triadic Colors of #edea42

#edea42 #42edea #ea42ed

Analogous Colors of #edea42

#edea42 #9bed42 #ed9542

Monochromatic Colors of #edea42

#edea42

Complementary Color

#edea42 #4245ed

#edea42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea42 Color CSS Codes

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

#edea42 Text Font Color

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

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


#edea42 Background Color

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

This div background color is #edea42


#edea42 Border Color

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

This div border color is #edea42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea42

#edea42 Color Palettes


Comments

No comments written yet.

Please login to write comment.