Color Hex Logo

#eebdc8 Color Hex

#EEBDC8
(238,189,200)
0 Favorites   0 Comments

Color spaces of #eebdc8

RGB 238189200
HSL0.960.590.84
HSV347°21°93°
CMYK 0.000.210.16   0.07
XYZ63.882858.742562.6150
Yxy58.74250.34490.3171
Hunter Lab76.643714.65415.2128
CIE-Lab81.149819.22821.1829

#eebdc8 color RGB value is (238,189,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11001000
Octal 356 275 310
Decimal 238 189 200
Hex EE BD C8

RGB Percentages of Color #eebdc8

%37.96
%30.14
%31.90

CMYK Percentages of Color #eebdc8

%0
%21
%16
%7

Triadic Colors of #eebdc8

#eebdc8 #c8eebd #bdc8ee

Analogous Colors of #eebdc8

#eebdc8 #eecbbd #eebde1

Monochromatic Colors of #eebdc8

#eebdc8

Complementary Color

#eebdc8 #bdeee3

#eebdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdc8 Color CSS Codes

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

#eebdc8 Text Font Color

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

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


#eebdc8 Background Color

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

This div background color is #eebdc8


#eebdc8 Border Color

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

This div border color is #eebdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdc8


Comments

No comments written yet.

Please login to write comment.