Color Hex Logo

#dbafaf Color Hex

#DBAFAF
(219,175,175)
0 Favorites   0 Comments

Color spaces of #dbafaf

RGB 219175175
HSL0.000.380.77
HSV20°86°
CMYK 0.000.200.20   0.14
XYZ52.281348.815247.2242
Yxy48.81520.35250.3291
Hunter Lab69.867911.30068.8330
CIE-Lab75.336215.98436.0859

#dbafaf color RGB value is (219,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10101111
Octal 333 257 257
Decimal 219 175 175
Hex DB AF AF

RGB Percentages of Color #dbafaf

%38.49
%30.76
%30.76

CMYK Percentages of Color #dbafaf

%0
%20
%20
%14

Triadic Colors of #dbafaf

#dbafaf #afdbaf #afafdb

Analogous Colors of #dbafaf

#dbafaf #dbc5af #dbafc5

Monochromatic Colors of #dbafaf

#dbafaf

Complementary Color

#dbafaf #afdbdb

#dbafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafaf Color CSS Codes

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

#dbafaf Text Font Color

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

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


#dbafaf Background Color

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

This div background color is #dbafaf


#dbafaf Border Color

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

This div border color is #dbafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafaf


Comments

No comments written yet.

Please login to write comment.