Color Hex Logo

#ead20b Color Hex

#EAD20B
(234,210,11)
0 Favorites   0 Comments

Color spaces of #ead20b

RGB 23421011
HSL0.150.910.48
HSV54°95°92°
CMYK 0.000.100.95   0.08
XYZ57.038763.60989.5883
Yxy63.60980.43800.4884
Hunter Lab79.7558-11.915248.7011
CIE-Lab83.7622-8.267383.0242

#ead20b color RGB value is (234,210,11).

#ead20b hex color red value is 234, green value is 210 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ead20b hue: 0.15 , saturation: 0.91 and the lightness value of ead20b is 0.48.

The process color (four color CMYK) of #ead20b color hex is 0.00, 0.10, 0.95, 0.08. Web safe color of #ead20b is #ffcc00. Color #ead20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 00001011
Octal 352 322 13
Decimal 234 210 11
Hex EA D2 B

RGB Percentages of Color #ead20b

%51.43
%46.15
%2.42

CMYK Percentages of Color #ead20b

%0
%10
%95
%8

Triadic Colors of #ead20b

#ead20b #0bead2 #d20bea

Analogous Colors of #ead20b

#ead20b #93ea0b #ea630b

Monochromatic Colors of #ead20b

#ead20b

Complementary Color

#ead20b #0b23ea

#ead20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead20b Color CSS Codes

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

#ead20b Text Font Color

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

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


#ead20b Background Color

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

This div background color is #ead20b


#ead20b Border Color

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

This div border color is #ead20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead20b


Comments

No comments written yet.

Please login to write comment.