Color Hex Logo

#dbcaaf Color Hex

#DBCAAF
(219,202,175)
0 Favorites   0 Comments

Color spaces of #dbcaaf

RGB 219202175
HSL0.100.380.77
HSV37°20°86°
CMYK 0.000.080.20   0.14
XYZ58.071860.396349.1544
Yxy60.39630.34640.3603
Hunter Lab77.7151-2.619016.8999
CIE-Lab82.05311.630515.6316

#dbcaaf color RGB value is (219,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10101111
Octal 333 312 257
Decimal 219 202 175
Hex DB CA AF

RGB Percentages of Color #dbcaaf

%36.74
%33.89
%29.36

CMYK Percentages of Color #dbcaaf

%0
%8
%20
%14

Triadic Colors of #dbcaaf

#dbcaaf #afdbca #caafdb

Analogous Colors of #dbcaaf

#dbcaaf #d6dbaf #dbb4af

Monochromatic Colors of #dbcaaf

#dbcaaf

Complementary Color

#dbcaaf #afc0db

#dbcaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaaf Color CSS Codes

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

#dbcaaf Text Font Color

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

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


#dbcaaf Background Color

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

This div background color is #dbcaaf


#dbcaaf Border Color

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

This div border color is #dbcaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaaf


Comments

No comments written yet.

Please login to write comment.