Color Hex Logo

#eebccd Color Hex

#EEBCCD
(238,188,205)
0 Favorites   0 Comments

Color spaces of #eebccd

RGB 238188205
HSL0.940.600.84
HSV340°21°93°
CMYK 0.000.210.14   0.07
XYZ64.262658.551465.6721
Yxy58.55140.34090.3106
Hunter Lab76.518916.00102.6778
CIE-Lab81.044420.5490-1.6627

#eebccd color RGB value is (238,188,205).

#eebccd hex color red value is 238, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eebccd hue: 0.94 , saturation: 0.60 and the lightness value of eebccd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11001101
Octal 356 274 315
Decimal 238 188 205
Hex EE BC CD

RGB Percentages of Color #eebccd

%37.72
%29.79
%32.49

CMYK Percentages of Color #eebccd

%0
%21
%14
%7

Triadic Colors of #eebccd

#eebccd #cdeebc #bccdee

Analogous Colors of #eebccd

#eebccd #eec4bc #eebce6

Monochromatic Colors of #eebccd

#eebccd

Complementary Color

#eebccd #bceedd

#eebccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebccd Color CSS Codes

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

#eebccd Text Font Color

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

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


#eebccd Background Color

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

This div background color is #eebccd


#eebccd Border Color

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

This div border color is #eebccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebccd


Comments

No comments written yet.

Please login to write comment.