Color Hex Logo

#ead770 Color Hex

#EAD770
(234,215,112)
0 Favorites   0 Comments

Color spaces of #ead770

RGB 234215112
HSL0.140.740.68
HSV51°52°92°
CMYK 0.000.080.52   0.08
XYZ61.156867.263225.0890
Yxy67.26320.39840.4382
Hunter Lab82.0141-10.419839.2725
CIE-Lab85.6367-6.432252.6223

#ead770 color RGB value is (234,215,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01110000
Octal 352 327 160
Decimal 234 215 112
Hex EA D7 70

RGB Percentages of Color #ead770

%41.71
%38.32
%19.96

CMYK Percentages of Color #ead770

%0
%8
%52
%8

Triadic Colors of #ead770

#ead770 #70ead7 #d770ea

Analogous Colors of #ead770

#ead770 #c0ea70 #ea9a70

Monochromatic Colors of #ead770

#ead770

Complementary Color

#ead770 #7083ea

#ead770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead770 Color CSS Codes

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

#ead770 Text Font Color

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

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


#ead770 Background Color

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

This div background color is #ead770


#ead770 Border Color

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

This div border color is #ead770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead770


Comments

No comments written yet.

Please login to write comment.