Color Hex Logo

#dbcf86 Color Hex

#DBCF86
(219,207,134)
0 Favorites   0 Comments

Color spaces of #dbcf86

RGB 219207134
HSL0.140.540.69
HSV52°39°86°
CMYK 0.000.050.39   0.14
XYZ55.829361.406931.4645
Yxy61.40690.37540.4130
Hunter Lab78.3626-9.962431.0474
CIE-Lab82.5970-6.246937.7688

#dbcf86 color RGB value is (219,207,134).

#dbcf86 hex color red value is 219, green value is 207 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbcf86 hue: 0.14 , saturation: 0.54 and the lightness value of dbcf86 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10000110
Octal 333 317 206
Decimal 219 207 134
Hex DB CF 86

RGB Percentages of Color #dbcf86

%39.11
%36.96
%23.93

CMYK Percentages of Color #dbcf86

%0
%5
%39
%14

Triadic Colors of #dbcf86

#dbcf86 #86dbcf #cf86db

Analogous Colors of #dbcf86

#dbcf86 #bddb86 #dba586

Monochromatic Colors of #dbcf86

#dbcf86

Complementary Color

#dbcf86 #8692db

#dbcf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf86 Color CSS Codes

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

#dbcf86 Text Font Color

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

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


#dbcf86 Background Color

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

This div background color is #dbcf86


#dbcf86 Border Color

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

This div border color is #dbcf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf86


Comments

No comments written yet.

Please login to write comment.