Color Hex Logo

#eedfbb Color Hex

#EEDFBB
(238,223,187)
0 Favorites   0 Comments

Color spaces of #eedfbb

RGB 238223187
HSL0.120.600.83
HSV42°21°93°
CMYK 0.000.060.21   0.07
XYZ70.617274.540457.6795
Yxy74.54040.34810.3675
Hunter Lab86.3368-5.089420.8255
CIE-Lab89.1773-0.493719.5133

#eedfbb color RGB value is (238,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10111011
Octal 356 337 273
Decimal 238 223 187
Hex EE DF BB

RGB Percentages of Color #eedfbb

%36.73
%34.41
%28.86

CMYK Percentages of Color #eedfbb

%0
%6
%21
%7

Triadic Colors of #eedfbb

#eedfbb #bbeedf #dfbbee

Analogous Colors of #eedfbb

#eedfbb #e4eebb #eec6bb

Monochromatic Colors of #eedfbb

#eedfbb

Complementary Color

#eedfbb #bbcaee

#eedfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfbb Color CSS Codes

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

#eedfbb Text Font Color

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

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


#eedfbb Background Color

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

This div background color is #eedfbb


#eedfbb Border Color

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

This div border color is #eedfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfbb


Comments

No comments written yet.

Please login to write comment.