Color Hex Logo

#dbcfab Color Hex

#DBCFAB
(219,207,171)
2 Favorites   0 Comments

Color spaces of #dbcfab

RGB 219207171
HSL0.130.400.76
HSV45°22°86°
CMYK 0.000.050.22   0.14
XYZ58.876962.626047.5130
Yxy62.62600.34840.3705
Hunter Lab79.1366-5.686719.7984
CIE-Lab83.2452-1.556119.4141

#dbcfab color RGB value is (219,207,171).

#dbcfab hex color red value is 219, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbcfab hue: 0.13 , saturation: 0.40 and the lightness value of dbcfab is 0.76.

The process color (four color CMYK) of #dbcfab color hex is 0.00, 0.05, 0.22, 0.14. Web safe color of #dbcfab is #cccc99. Color #dbcfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10101011
Octal 333 317 253
Decimal 219 207 171
Hex DB CF AB

RGB Percentages of Color #dbcfab

%36.68
%34.67
%28.64

CMYK Percentages of Color #dbcfab

%0
%5
%22
%14

Triadic Colors of #dbcfab

#dbcfab #abdbcf #cfabdb

Analogous Colors of #dbcfab

#dbcfab #cfdbab #dbb7ab

Monochromatic Colors of #dbcfab

#dbcfab

Complementary Color

#dbcfab #abb7db

#dbcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcfab Color CSS Codes

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

#dbcfab Text Font Color

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

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


#dbcfab Background Color

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

This div background color is #dbcfab


#dbcfab Border Color

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

This div border color is #dbcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcfab


Comments

No comments written yet.

Please login to write comment.