Color Hex Logo

#deabaf Color Hex

#DEABAF
(222,171,175)
0 Favorites   0 Comments

Color spaces of #deabaf

RGB 222171175
HSL0.990.440.77
HSV355°23°87°
CMYK 0.000.230.21   0.13
XYZ52.425047.750647.0111
Yxy47.75060.35620.3244
Hunter Lab69.101814.49328.0353
CIE-Lab74.667419.24235.1607

#deabaf color RGB value is (222,171,175).

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

The process color (four color CMYK) of #deabaf color hex is 0.00, 0.23, 0.21, 0.13. Web safe color of #deabaf is #cc9999. Color #deabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10101111
Octal 336 253 257
Decimal 222 171 175
Hex DE AB AF

RGB Percentages of Color #deabaf

%39.08
%30.11
%30.81

CMYK Percentages of Color #deabaf

%0
%23
%21
%13

Triadic Colors of #deabaf

#deabaf #afdeab #abafde

Analogous Colors of #deabaf

#deabaf #dec1ab #deabc9

Monochromatic Colors of #deabaf

#deabaf

Complementary Color

#deabaf #abdeda

#deabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabaf Color CSS Codes

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

#deabaf Text Font Color

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

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


#deabaf Background Color

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

This div background color is #deabaf


#deabaf Border Color

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

This div border color is #deabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabaf


Comments

No comments written yet.

Please login to write comment.