Color Hex Logo

#eecaba Color Hex

#EECABA
(238,202,186)
0 Favorites   0 Comments

Color spaces of #eecaba

RGB 238202186
HSL0.050.600.83
HSV18°22°93°
CMYK 0.000.150.22   0.07
XYZ65.243463.963455.3618
Yxy63.96340.35350.3466
Hunter Lab79.97715.656014.9422
CIE-Lab83.946710.260312.6923

#eecaba color RGB value is (238,202,186).

#eecaba hex color red value is 238, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eecaba hue: 0.05 , saturation: 0.60 and the lightness value of eecaba is 0.83.

The process color (four color CMYK) of #eecaba color hex is 0.00, 0.15, 0.22, 0.07. Web safe color of #eecaba is #ffcccc. Color #eecaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10111010
Octal 356 312 272
Decimal 238 202 186
Hex EE CA BA

RGB Percentages of Color #eecaba

%38.02
%32.27
%29.71

CMYK Percentages of Color #eecaba

%0
%15
%22
%7

Triadic Colors of #eecaba

#eecaba #baeeca #cabaee

Analogous Colors of #eecaba

#eecaba #eee4ba #eebac4

Monochromatic Colors of #eecaba

#eecaba

Complementary Color

#eecaba #badeee

#eecaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecaba Color CSS Codes

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

#eecaba Text Font Color

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

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


#eecaba Background Color

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

This div background color is #eecaba


#eecaba Border Color

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

This div border color is #eecaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecaba


Comments

No comments written yet.

Please login to write comment.