Color Hex Logo

#eaca88 Color Hex

#EACA88
(234,202,136)
0 Favorites   0 Comments

Color spaces of #eaca88

RGB 234202136
HSL0.110.700.73
HSV40°42°92°
CMYK 0.000.140.42   0.08
XYZ59.496161.511132.0296
Yxy61.51110.38880.4019
Hunter Lab78.4290-1.841030.6869
CIE-Lab82.65272.486637.0780

#eaca88 color RGB value is (234,202,136).

#eaca88 hex color red value is 234, green value is 202 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #eaca88 hue: 0.11 , saturation: 0.70 and the lightness value of eaca88 is 0.73.

The process color (four color CMYK) of #eaca88 color hex is 0.00, 0.14, 0.42, 0.08. Web safe color of #eaca88 is #ffcc99. Color #eaca88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 10001000
Octal 352 312 210
Decimal 234 202 136
Hex EA CA 88

RGB Percentages of Color #eaca88

%40.91
%35.31
%23.78

CMYK Percentages of Color #eaca88

%0
%14
%42
%8

Triadic Colors of #eaca88

#eaca88 #88eaca #ca88ea

Analogous Colors of #eaca88

#eaca88 #d9ea88 #ea9988

Monochromatic Colors of #eaca88

#eaca88

Complementary Color

#eaca88 #88a8ea

#eaca88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca88 Color CSS Codes

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

#eaca88 Text Font Color

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

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


#eaca88 Background Color

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

This div background color is #eaca88


#eaca88 Border Color

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

This div border color is #eaca88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca88


Comments

No comments written yet.

Please login to write comment.