Color Hex Logo

#eeddb3 Color Hex

#EEDDB3
(238,221,179)
0 Favorites   0 Comments

Color spaces of #eeddb3

RGB 238221179
HSL0.120.630.82
HSV43°25°93°
CMYK 0.000.070.25   0.07
XYZ69.253073.144753.1161
Yxy73.14470.35420.3741
Hunter Lab85.5247-5.129123.0445
CIE-Lab88.5167-0.581522.7599

#eeddb3 color RGB value is (238,221,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10110011
Octal 356 335 263
Decimal 238 221 179
Hex EE DD B3

RGB Percentages of Color #eeddb3

%37.30
%34.64
%28.06

CMYK Percentages of Color #eeddb3

%0
%7
%25
%7

Triadic Colors of #eeddb3

#eeddb3 #b3eedd #ddb3ee

Analogous Colors of #eeddb3

#eeddb3 #e2eeb3 #eec0b3

Monochromatic Colors of #eeddb3

#eeddb3

Complementary Color

#eeddb3 #b3c4ee

#eeddb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddb3 Color CSS Codes

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

#eeddb3 Text Font Color

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

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


#eeddb3 Background Color

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

This div background color is #eeddb3


#eeddb3 Border Color

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

This div border color is #eeddb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddb3


Comments

No comments written yet.

Please login to write comment.