Color Hex Logo

#ead68c Color Hex

#EAD68C
(234,214,140)
0 Favorites   0 Comments

Color spaces of #ead68c

RGB 234214140
HSL0.130.690.73
HSV47°40°92°
CMYK 0.000.090.40   0.08
XYZ62.711967.479034.5304
Yxy67.47900.38070.4097
Hunter Lab82.1456-7.483732.5790
CIE-Lab85.7453-3.272039.0346

#ead68c color RGB value is (234,214,140).

#ead68c hex color red value is 234, green value is 214 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ead68c hue: 0.13 , saturation: 0.69 and the lightness value of ead68c is 0.73.

The process color (four color CMYK) of #ead68c color hex is 0.00, 0.09, 0.40, 0.08. Web safe color of #ead68c is #ffcc99. Color #ead68c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 10001100
Octal 352 326 214
Decimal 234 214 140
Hex EA D6 8C

RGB Percentages of Color #ead68c

%39.80
%36.39
%23.81

CMYK Percentages of Color #ead68c

%0
%9
%40
%8

Triadic Colors of #ead68c

#ead68c #8cead6 #d68cea

Analogous Colors of #ead68c

#ead68c #cfea8c #eaa78c

Monochromatic Colors of #ead68c

#ead68c

Complementary Color

#ead68c #8ca0ea

#ead68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead68c Color CSS Codes

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

#ead68c Text Font Color

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

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


#ead68c Background Color

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

This div background color is #ead68c


#ead68c Border Color

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

This div border color is #ead68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead68c


Comments

No comments written yet.

Please login to write comment.