Color Hex Logo

#eadabb Color Hex

#EADABB
(234,218,187)
0 Favorites   0 Comments

Color spaces of #eadabb

RGB 234218187
HSL0.110.530.83
HSV40°20°92°
CMYK 0.000.070.20   0.08
XYZ67.972771.223157.1786
Yxy71.22310.34610.3627
Hunter Lab84.3938-3.921118.9054
CIE-Lab87.59330.608817.2521

#eadabb color RGB value is (234,218,187).

#eadabb hex color red value is 234, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eadabb hue: 0.11 , saturation: 0.53 and the lightness value of eadabb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 10111011
Octal 352 332 273
Decimal 234 218 187
Hex EA DA BB

RGB Percentages of Color #eadabb

%36.62
%34.12
%29.26

CMYK Percentages of Color #eadabb

%0
%7
%20
%8

Triadic Colors of #eadabb

#eadabb #bbeada #dabbea

Analogous Colors of #eadabb

#eadabb #e3eabb #eac3bb

Monochromatic Colors of #eadabb

#eadabb

Complementary Color

#eadabb #bbcbea

#eadabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadabb Color CSS Codes

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

#eadabb Text Font Color

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

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


#eadabb Background Color

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

This div background color is #eadabb


#eadabb Border Color

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

This div border color is #eadabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,218,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eadabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eadabb;
  -webkit-box-shadow: 1px 1px 3px 2px #eadabb;
  box-shadow:         1px 1px 3px 2px #eadabb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,218,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadabb


Comments

No comments written yet.

Please login to write comment.