Color Hex Logo

#eebcbf Color Hex

#EEBCBF
(238,188,191)
0 Favorites   0 Comments

Color spaces of #eebcbf

RGB 238188191
HSL0.990.600.84
HSV356°21°93°
CMYK 0.000.210.20   0.07
XYZ62.647157.905257.1652
Yxy57.90520.35250.3258
Hunter Lab76.095513.78668.7264
CIE-Lab80.686118.38495.3557

#eebcbf color RGB value is (238,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 10111111
Octal 356 274 277
Decimal 238 188 191
Hex EE BC BF

RGB Percentages of Color #eebcbf

%38.57
%30.47
%30.96

CMYK Percentages of Color #eebcbf

%0
%21
%20
%7

Triadic Colors of #eebcbf

#eebcbf #bfeebc #bcbfee

Analogous Colors of #eebcbf

#eebcbf #eed2bc #eebcd8

Monochromatic Colors of #eebcbf

#eebcbf

Complementary Color

#eebcbf #bceeeb

#eebcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcbf Color CSS Codes

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

#eebcbf Text Font Color

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

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


#eebcbf Background Color

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

This div background color is #eebcbf


#eebcbf Border Color

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

This div border color is #eebcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcbf


Comments

No comments written yet.

Please login to write comment.