Color Hex Logo

#eddbb6 Color Hex

#EDDBB6
(237,219,182)
0 Favorites   0 Comments

Color spaces of #eddbb6

RGB 237219182
HSL0.110.600.82
HSV40°23°93°
CMYK 0.000.080.23   0.07
XYZ68.700172.045054.5412
Yxy72.04500.35180.3689
Hunter Lab84.8793-4.063521.3173
CIE-Lab87.99020.487120.4566

#eddbb6 color RGB value is (237,219,182).

#eddbb6 hex color red value is 237, green value is 219 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #eddbb6 hue: 0.11 , saturation: 0.60 and the lightness value of eddbb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10110110
Octal 355 333 266
Decimal 237 219 182
Hex ED DB B6

RGB Percentages of Color #eddbb6

%37.15
%34.33
%28.53

CMYK Percentages of Color #eddbb6

%0
%8
%23
%7

Triadic Colors of #eddbb6

#eddbb6 #b6eddb #dbb6ed

Analogous Colors of #eddbb6

#eddbb6 #e4edb6 #edc0b6

Monochromatic Colors of #eddbb6

#eddbb6

Complementary Color

#eddbb6 #b6c8ed

#eddbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbb6 Color CSS Codes

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

#eddbb6 Text Font Color

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

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


#eddbb6 Background Color

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

This div background color is #eddbb6


#eddbb6 Border Color

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

This div border color is #eddbb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,219,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbb6


Comments

No comments written yet.

Please login to write comment.