Color Hex Logo

#ead320 Color Hex

#EAD320
(234,211,32)
0 Favorites   0 Comments

Color spaces of #ead320

RGB 23421132
HSL0.150.830.52
HSV53°86°92°
CMYK 0.000.100.86   0.08
XYZ57.486764.185210.7256
Yxy64.18520.43420.4848
Hunter Lab80.1157-12.120448.1434
CIE-Lab84.0621-8.458780.1538

#ead320 color RGB value is (234,211,32).

#ead320 hex color red value is 234, green value is 211 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ead320 hue: 0.15 , saturation: 0.83 and the lightness value of ead320 is 0.52.

The process color (four color CMYK) of #ead320 color hex is 0.00, 0.10, 0.86, 0.08. Web safe color of #ead320 is #ffcc33. Color #ead320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00100000
Octal 352 323 40
Decimal 234 211 32
Hex EA D3 20

RGB Percentages of Color #ead320

%49.06
%44.23
%6.71

CMYK Percentages of Color #ead320

%0
%10
%86
%8

Triadic Colors of #ead320

#ead320 #20ead3 #d320ea

Analogous Colors of #ead320

#ead320 #9cea20 #ea6e20

Monochromatic Colors of #ead320

#ead320

Complementary Color

#ead320 #2037ea

#ead320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead320 Color CSS Codes

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

#ead320 Text Font Color

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

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


#ead320 Background Color

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

This div background color is #ead320


#ead320 Border Color

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

This div border color is #ead320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead320


Comments

No comments written yet.

Please login to write comment.