Color Hex Logo

#eebdbc Color Hex

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

Color spaces of #eebdbc

RGB 238189188
HSL0.000.600.84
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ62.534658.203255.5154
Yxy58.20320.35480.3302
Hunter Lab76.291012.804510.2596
CIE-Lab80.851617.41067.2085

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

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

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

Base Numbers

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

RGB Percentages of Color #eebdbc

%38.70
%30.73
%30.57

CMYK Percentages of Color #eebdbc

%0
%21
%21
%7

Triadic Colors of #eebdbc

#eebdbc #bceebd #bdbcee

Analogous Colors of #eebdbc

#eebdbc #eed6bc #eebcd4

Monochromatic Colors of #eebdbc

#eebdbc

Complementary Color

#eebdbc #bcedee

#eebdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdbc Color CSS Codes

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

#eebdbc Text Font Color

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

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


#eebdbc Background Color

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

This div background color is #eebdbc


#eebdbc Border Color

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

This div border color is #eebdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdbc


Comments

No comments written yet.

Please login to write comment.