Color Hex Logo

#ead990 Color Hex

#EAD990
(234,217,144)
0 Favorites   0 Comments

Color spaces of #ead990

RGB 234217144
HSL0.140.680.74
HSV49°38°92°
CMYK 0.000.070.38   0.08
XYZ63.778669.131836.3678
Yxy69.13180.37680.4084
Hunter Lab83.1455-8.582432.2685
CIE-Lab86.5693-4.369638.0778

#ead990 color RGB value is (234,217,144).

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

The process color (four color CMYK) of #ead990 color hex is 0.00, 0.07, 0.38, 0.08. Web safe color of #ead990 is #ffcc99. Color #ead990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 10010000
Octal 352 331 220
Decimal 234 217 144
Hex EA D9 90

RGB Percentages of Color #ead990

%39.33
%36.47
%24.20

CMYK Percentages of Color #ead990

%0
%7
%38
%8

Triadic Colors of #ead990

#ead990 #90ead9 #d990ea

Analogous Colors of #ead990

#ead990 #ceea90 #eaac90

Monochromatic Colors of #ead990

#ead990

Complementary Color

#ead990 #90a1ea

#ead990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead990 Color CSS Codes

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

#ead990 Text Font Color

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

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


#ead990 Background Color

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

This div background color is #ead990


#ead990 Border Color

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

This div border color is #ead990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead990


Comments

No comments written yet.

Please login to write comment.