Color Hex Logo

#eadd33 Color Hex

#EADD33
(234,221,51)
0 Favorites   0 Comments

Color spaces of #eadd33

RGB 23422151
HSL0.150.810.56
HSV56°78°92°
CMYK 0.000.060.78   0.08
XYZ60.385769.444313.3534
Yxy69.44430.42170.4850
Hunter Lab83.3332-16.486948.8326
CIE-Lab86.7236-12.939077.7430

#eadd33 color RGB value is (234,221,51).

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

The process color (four color CMYK) of #eadd33 color hex is 0.00, 0.06, 0.78, 0.08. Web safe color of #eadd33 is #ffcc33. Color #eadd33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00110011
Octal 352 335 63
Decimal 234 221 51
Hex EA DD 33

RGB Percentages of Color #eadd33

%46.25
%43.68
%10.08

CMYK Percentages of Color #eadd33

%0
%6
%78
%8

Triadic Colors of #eadd33

#eadd33 #33eadd #dd33ea

Analogous Colors of #eadd33

#eadd33 #9cea33 #ea8233

Monochromatic Colors of #eadd33

#eadd33

Complementary Color

#eadd33 #3340ea

#eadd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd33 Color CSS Codes

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

#eadd33 Text Font Color

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

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


#eadd33 Background Color

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

This div background color is #eadd33


#eadd33 Border Color

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

This div border color is #eadd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd33


Comments

No comments written yet.

Please login to write comment.