Color Hex Logo

#eebfbb Color Hex

#EEBFBB
(238,191,187)
0 Favorites   0 Comments

Color spaces of #eebfbb

RGB 238191187
HSL0.010.600.83
HSV21°93°
CMYK 0.000.200.21   0.07
XYZ62.860359.026655.0939
Yxy59.02660.35520.3335
Hunter Lab76.828811.596011.2633
CIE-Lab81.306216.20498.3977

#eebfbb color RGB value is (238,191,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 10111011
Octal 356 277 273
Decimal 238 191 187
Hex EE BF BB

RGB Percentages of Color #eebfbb

%38.64
%31.01
%30.36

CMYK Percentages of Color #eebfbb

%0
%20
%21
%7

Triadic Colors of #eebfbb

#eebfbb #bbeebf #bfbbee

Analogous Colors of #eebfbb

#eebfbb #eed9bb #eebbd1

Monochromatic Colors of #eebfbb

#eebfbb

Complementary Color

#eebfbb #bbeaee

#eebfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfbb Color CSS Codes

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

#eebfbb Text Font Color

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

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


#eebfbb Background Color

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

This div background color is #eebfbb


#eebfbb Border Color

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

This div border color is #eebfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfbb


Comments

No comments written yet.

Please login to write comment.