Color Hex Logo

#eec2eb Color Hex

#EEC2EB
(238,194,235)
0 Favorites   0 Comments

Color spaces of #eec2eb

RGB 238194235
HSL0.840.560.85
HSV304°18°93°
CMYK 0.000.180.01   0.07
XYZ69.547162.758987.0454
Yxy62.75890.31710.2861
Hunter Lab79.220518.0679-9.6919
CIE-Lab83.315422.4740-14.3868

#eec2eb color RGB value is (238,194,235).

#eec2eb hex color red value is 238, green value is 194 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eec2eb hue: 0.84 , saturation: 0.56 and the lightness value of eec2eb is 0.85.

The process color (four color CMYK) of #eec2eb color hex is 0.00, 0.18, 0.01, 0.07. Web safe color of #eec2eb is #ffccff. Color #eec2eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 11101011
Octal 356 302 353
Decimal 238 194 235
Hex EE C2 EB

RGB Percentages of Color #eec2eb

%35.68
%29.09
%35.23

CMYK Percentages of Color #eec2eb

%0
%18
%1
%7

Triadic Colors of #eec2eb

#eec2eb #ebeec2 #c2ebee

Analogous Colors of #eec2eb

#eec2eb #eec2d5 #dbc2ee

Monochromatic Colors of #eec2eb

#eec2eb

Complementary Color

#eec2eb #c2eec5

#eec2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec2eb Color CSS Codes

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

#eec2eb Text Font Color

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

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


#eec2eb Background Color

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

This div background color is #eec2eb


#eec2eb Border Color

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

This div border color is #eec2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec2eb


Comments

No comments written yet.

Please login to write comment.