Color Hex Logo

#eddebc Color Hex

#EDDEBC
(237,222,188)
0 Favorites   0 Comments

Color spaces of #eddebc

RGB 237222188
HSL0.120.580.83
HSV42°21°93°
CMYK 0.000.060.21   0.07
XYZ70.123473.877958.1409
Yxy73.87790.34690.3655
Hunter Lab85.9523-4.788820.0609
CIE-Lab88.8647-0.204618.5441

#eddebc color RGB value is (237,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10111100
Octal 355 336 274
Decimal 237 222 188
Hex ED DE BC

RGB Percentages of Color #eddebc

%36.63
%34.31
%29.06

CMYK Percentages of Color #eddebc

%0
%6
%21
%7

Triadic Colors of #eddebc

#eddebc #bcedde #debced

Analogous Colors of #eddebc

#eddebc #e4edbc #edc6bc

Monochromatic Colors of #eddebc

#eddebc

Complementary Color

#eddebc #bccbed

#eddebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddebc Color CSS Codes

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

#eddebc Text Font Color

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

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


#eddebc Background Color

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

This div background color is #eddebc


#eddebc Border Color

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

This div border color is #eddebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddebc


Comments

No comments written yet.

Please login to write comment.