Color Hex Logo

#eecacb Color Hex

#EECACB
(238,202,203)
0 Favorites   0 Comments

Color spaces of #eecacb

RGB 238202203
HSL1.000.510.86
HSV358°15°93°
CMYK 0.000.150.15   0.07
XYZ67.159964.730065.4543
Yxy64.73000.34030.3280
Hunter Lab80.45508.20708.0830
CIE-Lab84.344412.82324.2140

#eecacb color RGB value is (238,202,203).

#eecacb hex color red value is 238, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eecacb hue: 1.00 , saturation: 0.51 and the lightness value of eecacb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11001011
Octal 356 312 313
Decimal 238 202 203
Hex EE CA CB

RGB Percentages of Color #eecacb

%37.01
%31.42
%31.57

CMYK Percentages of Color #eecacb

%0
%15
%15
%7

Triadic Colors of #eecacb

#eecacb #cbeeca #cacbee

Analogous Colors of #eecacb

#eecacb #eedbca #eecadd

Monochromatic Colors of #eecacb

#eecacb

Complementary Color

#eecacb #caeeed

#eecacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecacb Color CSS Codes

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

#eecacb Text Font Color

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

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


#eecacb Background Color

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

This div background color is #eecacb


#eecacb Border Color

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

This div border color is #eecacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecacb


Comments

No comments written yet.

Please login to write comment.