Color Hex Logo

#eebbcd Color Hex

#EEBBCD
(238,187,205)
0 Favorites   0 Comments

Color spaces of #eebbcd

RGB 238187205
HSL0.940.600.83
HSV339°21°93°
CMYK 0.000.210.14   0.07
XYZ64.049758.125665.6012
Yxy58.12560.34110.3095
Hunter Lab76.240116.53842.3517
CIE-Lab80.808621.0803-2.0085

#eebbcd color RGB value is (238,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11001101
Octal 356 273 315
Decimal 238 187 205
Hex EE BB CD

RGB Percentages of Color #eebbcd

%37.78
%29.68
%32.54

CMYK Percentages of Color #eebbcd

%0
%21
%14
%7

Triadic Colors of #eebbcd

#eebbcd #cdeebb #bbcdee

Analogous Colors of #eebbcd

#eebbcd #eec3bb #eebbe7

Monochromatic Colors of #eebbcd

#eebbcd

Complementary Color

#eebbcd #bbeedc

#eebbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbcd Color CSS Codes

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

#eebbcd Text Font Color

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

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


#eebbcd Background Color

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

This div background color is #eebbcd


#eebbcd Border Color

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

This div border color is #eebbcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,187,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 #eebbcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbcd


Comments

No comments written yet.

Please login to write comment.