Color Hex Logo

#ead670 Color Hex

#EAD670
(234,214,112)
0 Favorites   0 Comments

Color spaces of #ead670

RGB 234214112
HSL0.140.740.68
HSV50°52°92°
CMYK 0.000.090.52   0.08
XYZ60.902966.755425.0044
Yxy66.75540.39890.4373
Hunter Lab81.7040-9.926439.0479
CIE-Lab85.3803-5.925152.3182

#ead670 color RGB value is (234,214,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01110000
Octal 352 326 160
Decimal 234 214 112
Hex EA D6 70

RGB Percentages of Color #ead670

%41.79
%38.21
%20.00

CMYK Percentages of Color #ead670

%0
%9
%52
%8

Triadic Colors of #ead670

#ead670 #70ead6 #d670ea

Analogous Colors of #ead670

#ead670 #c1ea70 #ea9970

Monochromatic Colors of #ead670

#ead670

Complementary Color

#ead670 #7084ea

#ead670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead670 Color CSS Codes

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

#ead670 Text Font Color

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

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


#ead670 Background Color

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

This div background color is #ead670


#ead670 Border Color

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

This div border color is #ead670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,214,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 #ead670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead670


Comments

No comments written yet.

Please login to write comment.