Color Hex Logo

#eddebb Color Hex

#EDDEBB
(237,222,187)
0 Favorites   0 Comments

Color spaces of #eddebb

RGB 237222187
HSL0.120.580.83
HSV42°21°93°
CMYK 0.000.060.21   0.07
XYZ70.016073.834957.5750
Yxy73.83490.34760.3666
Hunter Lab85.9272-4.925720.4222
CIE-Lab88.8444-0.347719.0372

#eddebb color RGB value is (237,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10111011
Octal 355 336 273
Decimal 237 222 187
Hex ED DE BB

RGB Percentages of Color #eddebb

%36.69
%34.37
%28.95

CMYK Percentages of Color #eddebb

%0
%6
%21
%7

Triadic Colors of #eddebb

#eddebb #bbedde #debbed

Analogous Colors of #eddebb

#eddebb #e3edbb #edc5bb

Monochromatic Colors of #eddebb

#eddebb

Complementary Color

#eddebb #bbcaed

#eddebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddebb Color CSS Codes

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

#eddebb Text Font Color

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

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


#eddebb Background Color

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

This div background color is #eddebb


#eddebb Border Color

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

This div border color is #eddebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddebb


Comments

No comments written yet.

Please login to write comment.