Color Hex Logo

#ead971 Color Hex

#EAD971
(234,217,113)
0 Favorites   0 Comments

Color spaces of #ead971

RGB 234217113
HSL0.140.740.68
HSV52°52°92°
CMYK 0.000.070.52   0.08
XYZ61.725268.310425.5547
Yxy68.31040.39670.4390
Hunter Lab82.6501-11.329339.5231
CIE-Lab86.1614-7.360852.7730

#ead971 color RGB value is (234,217,113).

#ead971 hex color red value is 234, green value is 217 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ead971 hue: 0.14 , saturation: 0.74 and the lightness value of ead971 is 0.68.

The process color (four color CMYK) of #ead971 color hex is 0.00, 0.07, 0.52, 0.08. Web safe color of #ead971 is #ffcc66. Color #ead971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01110001
Octal 352 331 161
Decimal 234 217 113
Hex EA D9 71

RGB Percentages of Color #ead971

%41.49
%38.48
%20.04

CMYK Percentages of Color #ead971

%0
%7
%52
%8

Triadic Colors of #ead971

#ead971 #71ead9 #d971ea

Analogous Colors of #ead971

#ead971 #bfea71 #ea9d71

Monochromatic Colors of #ead971

#ead971

Complementary Color

#ead971 #7182ea

#ead971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead971 Color CSS Codes

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

#ead971 Text Font Color

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

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


#ead971 Background Color

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

This div background color is #ead971


#ead971 Border Color

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

This div border color is #ead971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead971


Comments

No comments written yet.

Please login to write comment.