Color Hex Logo

#eec4ea Color Hex

#EEC4EA
(238,196,234)
0 Favorites   0 Comments

Color spaces of #eec4ea

RGB 238196234
HSL0.850.550.85
HSV306°18°93°
CMYK 0.000.180.02   0.07
XYZ69.851163.597586.4359
Yxy63.59750.31770.2892
Hunter Lab79.748016.7886-8.4386
CIE-Lab83.755821.2313-13.1932

#eec4ea color RGB value is (238,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11101010
Octal 356 304 352
Decimal 238 196 234
Hex EE C4 EA

RGB Percentages of Color #eec4ea

%35.63
%29.34
%35.03

CMYK Percentages of Color #eec4ea

%0
%18
%2
%7

Triadic Colors of #eec4ea

#eec4ea #eaeec4 #c4eaee

Analogous Colors of #eec4ea

#eec4ea #eec4d5 #ddc4ee

Monochromatic Colors of #eec4ea

#eec4ea

Complementary Color

#eec4ea #c4eec8

#eec4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4ea Color CSS Codes

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

#eec4ea Text Font Color

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

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


#eec4ea Background Color

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

This div background color is #eec4ea


#eec4ea Border Color

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

This div border color is #eec4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4ea


Comments

No comments written yet.

Please login to write comment.