Color Hex Logo

#edea33 Color Hex

#EDEA33
(237,234,51)
0 Favorites   0 Comments

Color spaces of #edea33

RGB 23723451
HSL0.160.840.56
HSV59°78°93°
CMYK 0.000.010.78   0.07
XYZ64.945477.089214.5887
Yxy77.08920.41470.4922
Hunter Lab87.8005-21.615651.6088
CIE-Lab90.3627-18.067181.0431

#edea33 color RGB value is (237,234,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00110011
Octal 355 352 63
Decimal 237 234 51
Hex ED EA 33

RGB Percentages of Color #edea33

%45.40
%44.83
%9.77

CMYK Percentages of Color #edea33

%0
%1
%78
%7

Triadic Colors of #edea33

#edea33 #33edea #ea33ed

Analogous Colors of #edea33

#edea33 #93ed33 #ed8d33

Monochromatic Colors of #edea33

#edea33

Complementary Color

#edea33 #3336ed

#edea33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea33 Color CSS Codes

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

#edea33 Text Font Color

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

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


#edea33 Background Color

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

This div background color is #edea33


#edea33 Border Color

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

This div border color is #edea33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea33


Comments

No comments written yet.

Please login to write comment.