Color Hex Logo

#eedbb3 Color Hex

#EEDBB3
(238,219,179)
0 Favorites   0 Comments

Color spaces of #eedbb3

RGB 238219179
HSL0.110.630.82
HSV41°25°93°
CMYK 0.000.080.25   0.07
XYZ68.728172.094952.9412
Yxy72.09490.35470.3721
Hunter Lab84.9087-4.106122.4684
CIE-Lab88.01420.444622.0666

#eedbb3 color RGB value is (238,219,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10110011
Octal 356 333 263
Decimal 238 219 179
Hex EE DB B3

RGB Percentages of Color #eedbb3

%37.42
%34.43
%28.14

CMYK Percentages of Color #eedbb3

%0
%8
%25
%7

Triadic Colors of #eedbb3

#eedbb3 #b3eedb #dbb3ee

Analogous Colors of #eedbb3

#eedbb3 #e4eeb3 #eebeb3

Monochromatic Colors of #eedbb3

#eedbb3

Complementary Color

#eedbb3 #b3c6ee

#eedbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbb3 Color CSS Codes

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

#eedbb3 Text Font Color

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

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


#eedbb3 Background Color

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

This div background color is #eedbb3


#eedbb3 Border Color

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

This div border color is #eedbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbb3


Comments

No comments written yet.

Please login to write comment.