Color Hex Logo

#eedbb6 Color Hex

#EEDBB6
(238,219,182)
0 Favorites   0 Comments

Color spaces of #eedbb6

RGB 238219182
HSL0.110.620.82
HSV40°24°93°
CMYK 0.000.080.24   0.07
XYZ69.034972.217654.5568
Yxy72.21760.35260.3688
Hunter Lab84.9809-3.710821.4231
CIE-Lab88.07320.857220.5845

#eedbb6 color RGB value is (238,219,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10110110
Octal 356 333 266
Decimal 238 219 182
Hex EE DB B6

RGB Percentages of Color #eedbb6

%37.25
%34.27
%28.48

CMYK Percentages of Color #eedbb6

%0
%8
%24
%7

Triadic Colors of #eedbb6

#eedbb6 #b6eedb #dbb6ee

Analogous Colors of #eedbb6

#eedbb6 #e5eeb6 #eebfb6

Monochromatic Colors of #eedbb6

#eedbb6

Complementary Color

#eedbb6 #b6c9ee

#eedbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbb6 Color CSS Codes

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

#eedbb6 Text Font Color

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

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


#eedbb6 Background Color

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

This div background color is #eedbb6


#eedbb6 Border Color

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

This div border color is #eedbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbb6


Comments

No comments written yet.

Please login to write comment.