Color Hex Logo

#ead072 Color Hex

#EAD072
(234,208,114)
0 Favorites   0 Comments

Color spaces of #ead072

RGB 234208114
HSL0.130.740.68
HSV47°51°92°
CMYK 0.000.110.51   0.08
XYZ59.524863.819125.1006
Yxy63.81910.40100.4299
Hunter Lab79.8869-6.799237.2918
CIE-Lab83.8715-2.697949.5600

#ead072 color RGB value is (234,208,114).

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

The process color (four color CMYK) of #ead072 color hex is 0.00, 0.11, 0.51, 0.08. Web safe color of #ead072 is #ffcc66. Color #ead072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 01110010
Octal 352 320 162
Decimal 234 208 114
Hex EA D0 72

RGB Percentages of Color #ead072

%42.09
%37.41
%20.50

CMYK Percentages of Color #ead072

%0
%11
%51
%8

Triadic Colors of #ead072

#ead072 #72ead0 #d072ea

Analogous Colors of #ead072

#ead072 #c8ea72 #ea9472

Monochromatic Colors of #ead072

#ead072

Complementary Color

#ead072 #728cea

#ead072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead072 Color CSS Codes

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

#ead072 Text Font Color

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

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


#ead072 Background Color

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

This div background color is #ead072


#ead072 Border Color

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

This div border color is #ead072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead072


Comments

No comments written yet.

Please login to write comment.