Color Hex Logo

#eddbb8 Color Hex

#EDDBB8
(237,219,184)
0 Favorites   0 Comments

Color spaces of #eddbb8

RGB 237219184
HSL0.110.600.83
HSV40°22°93°
CMYK 0.000.080.22   0.07
XYZ68.908372.128355.6377
Yxy72.12830.35040.3667
Hunter Lab84.9284-3.795220.6082
CIE-Lab88.03030.767319.4683

#eddbb8 color RGB value is (237,219,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10111000
Octal 355 333 270
Decimal 237 219 184
Hex ED DB B8

RGB Percentages of Color #eddbb8

%37.03
%34.22
%28.75

CMYK Percentages of Color #eddbb8

%0
%8
%22
%7

Triadic Colors of #eddbb8

#eddbb8 #b8eddb #dbb8ed

Analogous Colors of #eddbb8

#eddbb8 #e5edb8 #edc1b8

Monochromatic Colors of #eddbb8

#eddbb8

Complementary Color

#eddbb8 #b8caed

#eddbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbb8 Color CSS Codes

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

#eddbb8 Text Font Color

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

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


#eddbb8 Background Color

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

This div background color is #eddbb8


#eddbb8 Border Color

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

This div border color is #eddbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbb8


Comments

No comments written yet.

Please login to write comment.