Color Hex Logo

#eebcbd Color Hex

#EEBCBD
(238,188,189)
0 Favorites   0 Comments

Color spaces of #eebcbd

RGB 238188189
HSL1.000.600.84
HSV359°21°93°
CMYK 0.000.210.21   0.07
XYZ62.428457.817756.0137
Yxy57.81770.35420.3280
Hunter Lab76.038013.48509.5503
CIE-Lab80.637318.08806.3624

#eebcbd color RGB value is (238,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 10111101
Octal 356 274 275
Decimal 238 188 189
Hex EE BC BD

RGB Percentages of Color #eebcbd

%38.70
%30.57
%30.73

CMYK Percentages of Color #eebcbd

%0
%21
%21
%7

Triadic Colors of #eebcbd

#eebcbd #bdeebc #bcbdee

Analogous Colors of #eebcbd

#eebcbd #eed4bc #eebcd6

Monochromatic Colors of #eebcbd

#eebcbd

Complementary Color

#eebcbd #bceeed

#eebcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcbd Color CSS Codes

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

#eebcbd Text Font Color

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

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


#eebcbd Background Color

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

This div background color is #eebcbd


#eebcbd Border Color

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

This div border color is #eebcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcbd


Comments

No comments written yet.

Please login to write comment.