Color Hex Logo

#eebcbb Color Hex

#EEBCBB
(238,188,187)
0 Favorites   0 Comments

Color spaces of #eebcbb

RGB 238188187
HSL0.000.600.83
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ62.212857.731454.8780
Yxy57.73140.35590.3302
Hunter Lab75.981213.187310.3642
CIE-Lab80.589217.79447.3699

#eebcbb color RGB value is (238,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 10111011
Octal 356 274 273
Decimal 238 188 187
Hex EE BC BB

RGB Percentages of Color #eebcbb

%38.83
%30.67
%30.51

CMYK Percentages of Color #eebcbb

%0
%21
%21
%7

Triadic Colors of #eebcbb

#eebcbb #bbeebc #bcbbee

Analogous Colors of #eebcbb

#eebcbb #eed6bb #eebbd4

Monochromatic Colors of #eebcbb

#eebcbb

Complementary Color

#eebcbb #bbedee

#eebcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcbb Color CSS Codes

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

#eebcbb Text Font Color

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

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


#eebcbb Background Color

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

This div background color is #eebcbb


#eebcbb Border Color

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

This div border color is #eebcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcbb

#eebcbb Color Palettes


Comments

No comments written yet.

Please login to write comment.