Color Hex Logo

#deaeb4 Color Hex

#DEAEB4
(222,174,180)
0 Favorites   0 Comments

Color spaces of #deaeb4

RGB 222174180
HSL0.980.420.78
HSV353°22°87°
CMYK 0.000.220.19   0.13
XYZ53.498549.097049.8370
Yxy49.09700.35100.3221
Hunter Lab70.069313.66526.8783
CIE-Lab75.511618.38313.6463

#deaeb4 color RGB value is (222,174,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10110100
Octal 336 256 264
Decimal 222 174 180
Hex DE AE B4

RGB Percentages of Color #deaeb4

%38.54
%30.21
%31.25

CMYK Percentages of Color #deaeb4

%0
%22
%19
%13

Triadic Colors of #deaeb4

#deaeb4 #b4deae #aeb4de

Analogous Colors of #deaeb4

#deaeb4 #dec0ae #deaecc

Monochromatic Colors of #deaeb4

#deaeb4

Complementary Color

#deaeb4 #aeded8

#deaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaeb4 Color CSS Codes

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

#deaeb4 Text Font Color

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

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


#deaeb4 Background Color

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

This div background color is #deaeb4


#deaeb4 Border Color

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

This div border color is #deaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaeb4


Comments

No comments written yet.

Please login to write comment.