Color Hex Logo

#eaadcb Color Hex

#EAADCB
(234,173,203)
0 Favorites   0 Comments

Color spaces of #eaadcb

RGB 234173203
HSL0.920.590.80
HSV330°26°92°
CMYK 0.000.260.13   0.08
XYZ59.654751.691463.3332
Yxy51.69140.34150.2959
Hunter Lab71.896722.2871-1.9003
CIE-Lab77.095926.8180-6.4400

#eaadcb color RGB value is (234,173,203).

#eaadcb hex color red value is 234, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eaadcb hue: 0.92 , saturation: 0.59 and the lightness value of eaadcb is 0.80.

The process color (four color CMYK) of #eaadcb color hex is 0.00, 0.26, 0.13, 0.08. Web safe color of #eaadcb is #ff99cc. Color #eaadcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11001011
Octal 352 255 313
Decimal 234 173 203
Hex EA AD CB

RGB Percentages of Color #eaadcb

%38.36
%28.36
%33.28

CMYK Percentages of Color #eaadcb

%0
%26
%13
%8

Triadic Colors of #eaadcb

#eaadcb #cbeaad #adcbea

Analogous Colors of #eaadcb

#eaadcb #eaaead #eaadea

Monochromatic Colors of #eaadcb

#eaadcb

Complementary Color

#eaadcb #adeacc

#eaadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadcb Color CSS Codes

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

#eaadcb Text Font Color

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

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


#eaadcb Background Color

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

This div background color is #eaadcb


#eaadcb Border Color

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

This div border color is #eaadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadcb


Comments

No comments written yet.

Please login to write comment.