Color Hex Logo

#deaabe Color Hex

#DEAABE
(222,170,190)
0 Favorites   0 Comments

Color spaces of #deaabe

RGB 222170190
HSL0.940.440.77
HSV337°23°87°
CMYK 0.000.230.14   0.13
XYZ53.793247.996855.1443
Yxy47.99680.34280.3058
Hunter Lab69.279717.35931.3030
CIE-Lab74.822922.1084-2.8290

#deaabe color RGB value is (222,170,190).

#deaabe hex color red value is 222, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #deaabe hue: 0.94 , saturation: 0.44 and the lightness value of deaabe is 0.77.

The process color (four color CMYK) of #deaabe color hex is 0.00, 0.23, 0.14, 0.13. Web safe color of #deaabe is #cc99cc. Color #deaabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 10111110
Octal 336 252 276
Decimal 222 170 190
Hex DE AA BE

RGB Percentages of Color #deaabe

%38.14
%29.21
%32.65

CMYK Percentages of Color #deaabe

%0
%23
%14
%13

Triadic Colors of #deaabe

#deaabe #bedeaa #aabede

Analogous Colors of #deaabe

#deaabe #deb0aa #deaad8

Monochromatic Colors of #deaabe

#deaabe

Complementary Color

#deaabe #aadeca

#deaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaabe Color CSS Codes

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

#deaabe Text Font Color

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

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


#deaabe Background Color

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

This div background color is #deaabe


#deaabe Border Color

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

This div border color is #deaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaabe


Comments

No comments written yet.

Please login to write comment.