Color Hex Logo

#dbafbf Color Hex

#DBAFBF
(219,175,191)
0 Favorites   0 Comments

Color spaces of #dbafbf

RGB 219175191
HSL0.940.380.77
HSV338°20°86°
CMYK 0.000.200.13   0.14
XYZ53.947449.481655.9978
Yxy49.48160.33840.3104
Hunter Lab70.343213.79422.0415
CIE-Lab75.750018.5073-2.0489

#dbafbf color RGB value is (219,175,191).

#dbafbf hex color red value is 219, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbafbf hue: 0.94 , saturation: 0.38 and the lightness value of dbafbf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10111111
Octal 333 257 277
Decimal 219 175 191
Hex DB AF BF

RGB Percentages of Color #dbafbf

%37.44
%29.91
%32.65

CMYK Percentages of Color #dbafbf

%0
%20
%13
%14

Triadic Colors of #dbafbf

#dbafbf #bfdbaf #afbfdb

Analogous Colors of #dbafbf

#dbafbf #dbb5af #dbafd5

Monochromatic Colors of #dbafbf

#dbafbf

Complementary Color

#dbafbf #afdbcb

#dbafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafbf Color CSS Codes

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

#dbafbf Text Font Color

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

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


#dbafbf Background Color

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

This div background color is #dbafbf


#dbafbf Border Color

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

This div border color is #dbafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafbf


Comments

No comments written yet.

Please login to write comment.