color codes Logo

#ead73c color codes

#EAD73C
(234,215,60)
0 Favorites   0 Comments

Color spaces of #ead73c

RGB 23421560
HSL0.150.810.58
HSV53°74°92°
CMYK 0.000.080.74   0.08
XYZ59.047766.419513.9831
Yxy66.41950.42340.4763
Hunter Lab81.4982-13.293546.8760
CIE-Lab85.2099-9.613173.5953

#ead73c color RGB value is (234,215,60).

#ead73c hex color red value is 234, green value is 215 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ead73c hue: 0.15 , saturation: 0.81 and the lightness value of ead73c is 0.58.

The process color (four color CMYK) of #ead73c color code is 0.00, 0.08, 0.74, 0.08. Web safe color of #ead73c is #ffcc33. Color #ead73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00111100
Octal 352 327 74
Decimal 234 215 60
Hex EA D7 3C

RGB Percentages of Color #ead73c

%45.97
%42.24
%11.79

CMYK Percentages of Color #ead73c

%0
%8
%74
%8

Triadic Colors of #ead73c

#ead73c #3cead7 #d73cea

Analogous Colors of #ead73c

#ead73c #a6ea3c #ea803c

Monochromatic Colors of #ead73c

#ead73c

Complementary Color

#ead73c #3c4fea

#ead73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead73c Color CSS Codes

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

#ead73c Text Font Color

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

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


#ead73c Background Color

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

This div background color is #ead73c


#ead73c Border Color

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

This div border color is #ead73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead73c


Comments

No comments written yet.

Please login to write comment.