Color Hex Logo

#eec4ec Color Hex

#EEC4EC
(238,196,236)
0 Favorites   0 Comments

Color spaces of #eec4ec

RGB 238196236
HSL0.840.550.85
HSV303°18°93°
CMYK 0.000.180.01   0.07
XYZ70.140163.713187.9580
Yxy63.71310.31620.2872
Hunter Lab79.820517.1662-9.4601
CIE-Lab83.816221.5923-14.1698

#eec4ec color RGB value is (238,196,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11101100
Octal 356 304 354
Decimal 238 196 236
Hex EE C4 EC

RGB Percentages of Color #eec4ec

%35.52
%29.25
%35.22

CMYK Percentages of Color #eec4ec

%0
%18
%1
%7

Triadic Colors of #eec4ec

#eec4ec #eceec4 #c4ecee

Analogous Colors of #eec4ec

#eec4ec #eec4d7 #dbc4ee

Monochromatic Colors of #eec4ec

#eec4ec

Complementary Color

#eec4ec #c4eec6

#eec4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4ec Color CSS Codes

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

#eec4ec Text Font Color

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

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


#eec4ec Background Color

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

This div background color is #eec4ec


#eec4ec Border Color

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

This div border color is #eec4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4ec


Comments

No comments written yet.

Please login to write comment.