Color Hex Logo

#eebbce Color Hex

#EEBBCE
(238,187,206)
0 Favorites   0 Comments

Color spaces of #eebbce

RGB 238187206
HSL0.940.600.83
HSV338°21°93°
CMYK 0.000.210.13   0.07
XYZ64.170858.174066.2391
Yxy58.17400.34030.3085
Hunter Lab76.271916.70391.8993
CIE-Lab80.835421.2406-2.5079

#eebbce color RGB value is (238,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11001110
Octal 356 273 316
Decimal 238 187 206
Hex EE BB CE

RGB Percentages of Color #eebbce

%37.72
%29.64
%32.65

CMYK Percentages of Color #eebbce

%0
%21
%13
%7

Triadic Colors of #eebbce

#eebbce #ceeebb #bbceee

Analogous Colors of #eebbce

#eebbce #eec2bb #eebbe8

Monochromatic Colors of #eebbce

#eebbce

Complementary Color

#eebbce #bbeedb

#eebbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbce Color CSS Codes

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

#eebbce Text Font Color

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

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


#eebbce Background Color

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

This div background color is #eebbce


#eebbce Border Color

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

This div border color is #eebbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbce


Comments

No comments written yet.

Please login to write comment.