Color Hex Logo

#edea32 Color Hex

#EDEA32
(237,234,50)
0 Favorites   0 Comments

Color spaces of #edea32

RGB 23723450
HSL0.160.840.56
HSV59°79°93°
CMYK 0.000.010.79   0.07
XYZ64.923677.080514.4738
Yxy77.08050.41490.4926
Hunter Lab87.7955-21.643851.6824
CIE-Lab90.3587-18.099281.3056

#edea32 color RGB value is (237,234,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00110010
Octal 355 352 62
Decimal 237 234 50
Hex ED EA 32

RGB Percentages of Color #edea32

%45.49
%44.91
%9.60

CMYK Percentages of Color #edea32

%0
%1
%79
%7

Triadic Colors of #edea32

#edea32 #32edea #ea32ed

Analogous Colors of #edea32

#edea32 #93ed32 #ed8d32

Monochromatic Colors of #edea32

#edea32

Complementary Color

#edea32 #3235ed

#edea32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea32 Color CSS Codes

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

#edea32 Text Font Color

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

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


#edea32 Background Color

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

This div background color is #edea32


#edea32 Border Color

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

This div border color is #edea32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea32


Comments

No comments written yet.

Please login to write comment.