Color Hex Logo

#eadd2b Color Hex

#EADD2B
(234,221,43)
0 Favorites   0 Comments

Color spaces of #eadd2b

RGB 23422143
HSL0.160.820.54
HSV56°82°92°
CMYK 0.000.060.82   0.08
XYZ60.224269.379712.5030
Yxy69.37970.42380.4882
Hunter Lab83.2945-16.704949.4064
CIE-Lab86.6917-13.185279.8439

#eadd2b color RGB value is (234,221,43).

#eadd2b hex color red value is 234, green value is 221 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eadd2b hue: 0.16 , saturation: 0.82 and the lightness value of eadd2b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00101011
Octal 352 335 53
Decimal 234 221 43
Hex EA DD 2B

RGB Percentages of Color #eadd2b

%46.99
%44.38
%8.63

CMYK Percentages of Color #eadd2b

%0
%6
%82
%8

Triadic Colors of #eadd2b

#eadd2b #2beadd #dd2bea

Analogous Colors of #eadd2b

#eadd2b #98ea2b #ea7e2b

Monochromatic Colors of #eadd2b

#eadd2b

Complementary Color

#eadd2b #2b38ea

#eadd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd2b Color CSS Codes

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

#eadd2b Text Font Color

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

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


#eadd2b Background Color

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

This div background color is #eadd2b


#eadd2b Border Color

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

This div border color is #eadd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd2b


Comments

No comments written yet.

Please login to write comment.