Color Hex Logo

#deabba Color Hex

#DEABBA
(222,171,186)
0 Favorites   0 Comments

Color spaces of #deabba

RGB 222171186
HSL0.950.440.77
HSV342°23°87°
CMYK 0.000.230.16   0.13
XYZ53.550048.200652.9356
Yxy48.20060.34620.3116
Hunter Lab69.426716.18363.3919
CIE-Lab74.951320.9309-0.4502

#deabba color RGB value is (222,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10111010
Octal 336 253 272
Decimal 222 171 186
Hex DE AB BA

RGB Percentages of Color #deabba

%38.34
%29.53
%32.12

CMYK Percentages of Color #deabba

%0
%23
%16
%13

Triadic Colors of #deabba

#deabba #badeab #abbade

Analogous Colors of #deabba

#deabba #deb6ab #deabd4

Monochromatic Colors of #deabba

#deabba

Complementary Color

#deabba #abdecf

#deabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabba Color CSS Codes

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

#deabba Text Font Color

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

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


#deabba Background Color

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

This div background color is #deabba


#deabba Border Color

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

This div border color is #deabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabba


Comments

No comments written yet.

Please login to write comment.