Color Hex Logo

#deaeba Color Hex

#DEAEBA
(222,174,186)
0 Favorites   0 Comments

Color spaces of #deaeba

RGB 222174186
HSL0.960.420.78
HSV345°22°87°
CMYK 0.000.220.16   0.13
XYZ54.123249.346953.1267
Yxy49.34690.34560.3151
Hunter Lab70.247314.59534.3333
CIE-Lab75.666619.31570.5941

#deaeba color RGB value is (222,174,186).

#deaeba hex color red value is 222, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #deaeba hue: 0.96 , saturation: 0.42 and the lightness value of deaeba is 0.78.

The process color (four color CMYK) of #deaeba color hex is 0.00, 0.22, 0.16, 0.13. Web safe color of #deaeba is #cc99cc. Color #deaeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10111010
Octal 336 256 272
Decimal 222 174 186
Hex DE AE BA

RGB Percentages of Color #deaeba

%38.14
%29.90
%31.96

CMYK Percentages of Color #deaeba

%0
%22
%16
%13

Triadic Colors of #deaeba

#deaeba #badeae #aebade

Analogous Colors of #deaeba

#deaeba #debaae #deaed2

Monochromatic Colors of #deaeba

#deaeba

Complementary Color

#deaeba #aeded2

#deaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaeba Color CSS Codes

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

#deaeba Text Font Color

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

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


#deaeba Background Color

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

This div background color is #deaeba


#deaeba Border Color

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

This div border color is #deaeba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,174,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deaeba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deaeba;
  -webkit-box-shadow: 1px 1px 3px 2px #deaeba;
  box-shadow:         1px 1px 3px 2px #deaeba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,174,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaeba


Comments

No comments written yet.

Please login to write comment.