color codes Logo

#ead00d color codes

#EAD00D
(234,208,13)
0 Favorites   0 Comments

Color spaces of #ead00d

RGB 23420813
HSL0.150.890.48
HSV53°94°92°
CMYK 0.000.110.94   0.08
XYZ56.560262.63329.4892
Yxy62.63320.43950.4867
Hunter Lab79.1411-10.927548.2898
CIE-Lab83.2490-7.237982.4470

#ead00d color RGB value is (234,208,13).

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

The process color (four color CMYK) of #ead00d color code is 0.00, 0.11, 0.94, 0.08. Web safe color of #ead00d is #ffcc00. Color #ead00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 00001101
Octal 352 320 15
Decimal 234 208 13
Hex EA D0 D

RGB Percentages of Color #ead00d

%51.43
%45.71
%2.86

CMYK Percentages of Color #ead00d

%0
%11
%94
%8

Triadic Colors of #ead00d

#ead00d #0dead0 #d00dea

Analogous Colors of #ead00d

#ead00d #96ea0d #ea610d

Monochromatic Colors of #ead00d

#ead00d

Complementary Color

#ead00d #0d27ea

#ead00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead00d Color CSS Codes

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

#ead00d Text Font Color

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

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


#ead00d Background Color

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

This div background color is #ead00d


#ead00d Border Color

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

This div border color is #ead00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead00d


Comments

No comments written yet.

Please login to write comment.