Color Hex Logo

#deabbe Color Hex

#DEABBE
(222,171,190)
0 Favorites   0 Comments

Color spaces of #deabbe

RGB 222171190
HSL0.940.440.77
HSV338°23°87°
CMYK 0.000.230.14   0.13
XYZ53.981448.373155.2070
Yxy48.37310.34260.3070
Hunter Lab69.550816.82781.6232
CIE-Lab75.059621.5698-2.4813

#deabbe color RGB value is (222,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10111110
Octal 336 253 276
Decimal 222 171 190
Hex DE AB BE

RGB Percentages of Color #deabbe

%38.08
%29.33
%32.59

CMYK Percentages of Color #deabbe

%0
%23
%14
%13

Triadic Colors of #deabbe

#deabbe #bedeab #abbede

Analogous Colors of #deabbe

#deabbe #deb2ab #deabd8

Monochromatic Colors of #deabbe

#deabbe

Complementary Color

#deabbe #abdecb

#deabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabbe Color CSS Codes

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

#deabbe Text Font Color

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

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


#deabbe Background Color

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

This div background color is #deabbe


#deabbe Border Color

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

This div border color is #deabbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,171,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 #deabbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabbe


Comments

No comments written yet.

Please login to write comment.