Color Hex Logo

#ead28e Color Hex

#EAD28E
(234,210,142)
0 Favorites   0 Comments

Color spaces of #ead28e

RGB 234210142
HSL0.120.690.74
HSV44°39°92°
CMYK 0.000.100.39   0.08
XYZ61.860865.538634.9810
Yxy65.53860.38100.4036
Hunter Lab80.9559-5.275731.0500
CIE-Lab84.7605-1.005636.7460

#ead28e color RGB value is (234,210,142).

#ead28e hex color red value is 234, green value is 210 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ead28e hue: 0.12 , saturation: 0.69 and the lightness value of ead28e is 0.74.

The process color (four color CMYK) of #ead28e color hex is 0.00, 0.10, 0.39, 0.08. Web safe color of #ead28e is #ffcc99. Color #ead28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 10001110
Octal 352 322 216
Decimal 234 210 142
Hex EA D2 8E

RGB Percentages of Color #ead28e

%39.93
%35.84
%24.23

CMYK Percentages of Color #ead28e

%0
%10
%39
%8

Triadic Colors of #ead28e

#ead28e #8eead2 #d28eea

Analogous Colors of #ead28e

#ead28e #d4ea8e #eaa48e

Monochromatic Colors of #ead28e

#ead28e

Complementary Color

#ead28e #8ea6ea

#ead28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead28e Color CSS Codes

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

#ead28e Text Font Color

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

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


#ead28e Background Color

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

This div background color is #ead28e


#ead28e Border Color

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

This div border color is #ead28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead28e


Comments

No comments written yet.

Please login to write comment.