Color Hex Logo

#ead321 Color Hex

#EAD321
(234,211,33)
0 Favorites   0 Comments

Color spaces of #ead321

RGB 23421133
HSL0.150.830.52
HSV53°86°92°
CMYK 0.000.100.86   0.08
XYZ57.500564.190810.7983
Yxy64.19080.43400.4845
Hunter Lab80.1192-12.101448.0924
CIE-Lab84.0650-8.437479.9506

#ead321 color RGB value is (234,211,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00100001
Octal 352 323 41
Decimal 234 211 33
Hex EA D3 21

RGB Percentages of Color #ead321

%48.95
%44.14
%6.90

CMYK Percentages of Color #ead321

%0
%10
%86
%8

Triadic Colors of #ead321

#ead321 #21ead3 #d321ea

Analogous Colors of #ead321

#ead321 #9dea21 #ea6f21

Monochromatic Colors of #ead321

#ead321

Complementary Color

#ead321 #2138ea

#ead321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead321 Color CSS Codes

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

#ead321 Text Font Color

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

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


#ead321 Background Color

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

This div background color is #ead321


#ead321 Border Color

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

This div border color is #ead321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead321


Comments

No comments written yet.

Please login to write comment.