Color Hex Logo

#eebdb6 Color Hex

#EEBDB6
(238,189,182)
0 Favorites   0 Comments

Color spaces of #eebdb6

RGB 238189182
HSL0.020.620.82
HSV24°93°
CMYK 0.000.210.24   0.07
XYZ61.901057.949752.1789
Yxy57.94970.35980.3369
Hunter Lab76.124711.929512.6476
CIE-Lab80.710816.543910.2330

#eebdb6 color RGB value is (238,189,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10110110
Octal 356 275 266
Decimal 238 189 182
Hex EE BD B6

RGB Percentages of Color #eebdb6

%39.08
%31.03
%29.89

CMYK Percentages of Color #eebdb6

%0
%21
%24
%7

Triadic Colors of #eebdb6

#eebdb6 #b6eebd #bdb6ee

Analogous Colors of #eebdb6

#eebdb6 #eed9b6 #eeb6cb

Monochromatic Colors of #eebdb6

#eebdb6

Complementary Color

#eebdb6 #b6e7ee

#eebdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdb6 Color CSS Codes

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

#eebdb6 Text Font Color

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

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


#eebdb6 Background Color

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

This div background color is #eebdb6


#eebdb6 Border Color

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

This div border color is #eebdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdb6


Comments

No comments written yet.

Please login to write comment.