Color Hex Logo

#ead013 Color Hex

#EAD013
(234,208,19)
0 Favorites   0 Comments

Color spaces of #ead013

RGB 23420819
HSL0.150.850.50
HSV53°92°92°
CMYK 0.000.110.92   0.08
XYZ56.605162.65129.7256
Yxy62.65120.43890.4857
Hunter Lab79.1525-10.864548.1217
CIE-Lab83.2585-7.167681.7331

#ead013 color RGB value is (234,208,19).

#ead013 hex color red value is 234, green value is 208 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ead013 hue: 0.15 , saturation: 0.85 and the lightness value of ead013 is 0.50.

The process color (four color CMYK) of #ead013 color hex is 0.00, 0.11, 0.92, 0.08. Web safe color of #ead013 is #ffcc00. Color #ead013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 00010011
Octal 352 320 23
Decimal 234 208 19
Hex EA D0 13

RGB Percentages of Color #ead013

%50.76
%45.12
%4.12

CMYK Percentages of Color #ead013

%0
%11
%92
%8

Triadic Colors of #ead013

#ead013 #13ead0 #d013ea

Analogous Colors of #ead013

#ead013 #99ea13 #ea6513

Monochromatic Colors of #ead013

#ead013

Complementary Color

#ead013 #132dea

#ead013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead013 Color CSS Codes

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

#ead013 Text Font Color

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

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


#ead013 Background Color

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

This div background color is #ead013


#ead013 Border Color

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

This div border color is #ead013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead013


Comments

No comments written yet.

Please login to write comment.