Color Hex Logo

#eacabe Color Hex

#EACABE
(234,202,190)
0 Favorites   0 Comments

Color spaces of #eacabe

RGB 234202190
HSL0.050.510.83
HSV16°19°92°
CMYK 0.000.140.19   0.08
XYZ64.346563.451257.5711
Yxy63.45120.34710.3423
Hunter Lab79.65634.794212.9079
CIE-Lab83.67929.382910.1353

#eacabe color RGB value is (234,202,190).

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

The process color (four color CMYK) of #eacabe color hex is 0.00, 0.14, 0.19, 0.08. Web safe color of #eacabe is #ffcccc. Color #eacabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 10111110
Octal 352 312 276
Decimal 234 202 190
Hex EA CA BE

RGB Percentages of Color #eacabe

%37.38
%32.27
%30.35

CMYK Percentages of Color #eacabe

%0
%14
%19
%8

Triadic Colors of #eacabe

#eacabe #beeaca #cabeea

Analogous Colors of #eacabe

#eacabe #eae0be #eabec8

Monochromatic Colors of #eacabe

#eacabe

Complementary Color

#eacabe #bedeea

#eacabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacabe Color CSS Codes

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

#eacabe Text Font Color

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

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


#eacabe Background Color

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

This div background color is #eacabe


#eacabe Border Color

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

This div border color is #eacabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacabe


Comments

No comments written yet.

Please login to write comment.