Color Hex Logo

#eac690 Color Hex

#EAC690
(234,198,144)
0 Favorites   0 Comments

Color spaces of #eac690

RGB 234198144
HSL0.100.680.74
HSV36°38°92°
CMYK 0.000.150.38   0.08
XYZ59.159859.894234.8282
Yxy59.89420.38440.3892
Hunter Lab77.39131.014827.4918
CIE-Lab81.78065.438231.8080

#eac690 color RGB value is (234,198,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 10010000
Octal 352 306 220
Decimal 234 198 144
Hex EA C6 90

RGB Percentages of Color #eac690

%40.63
%34.38
%25.00

CMYK Percentages of Color #eac690

%0
%15
%38
%8

Triadic Colors of #eac690

#eac690 #90eac6 #c690ea

Analogous Colors of #eac690

#eac690 #e1ea90 #ea9990

Monochromatic Colors of #eac690

#eac690

Complementary Color

#eac690 #90b4ea

#eac690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac690 Color CSS Codes

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

#eac690 Text Font Color

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

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


#eac690 Background Color

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

This div background color is #eac690


#eac690 Border Color

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

This div border color is #eac690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac690

#eac690 Color Palettes


Comments

No comments written yet.

Please login to write comment.