Color Hex Logo

#dbcf9d Color Hex

#DBCF9D
(219,207,157)
0 Favorites   0 Comments

Color spaces of #dbcf9d

RGB 219207157
HSL0.130.460.74
HSV48°28°86°
CMYK 0.000.050.28   0.14
XYZ57.612062.120040.8522
Yxy62.12000.35880.3868
Hunter Lab78.8162-7.451024.4401
CIE-Lab82.9772-3.475326.4006

#dbcf9d color RGB value is (219,207,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10011101
Octal 333 317 235
Decimal 219 207 157
Hex DB CF 9D

RGB Percentages of Color #dbcf9d

%37.56
%35.51
%26.93

CMYK Percentages of Color #dbcf9d

%0
%5
%28
%14

Triadic Colors of #dbcf9d

#dbcf9d #9ddbcf #cf9ddb

Analogous Colors of #dbcf9d

#dbcf9d #c8db9d #dbb09d

Monochromatic Colors of #dbcf9d

#dbcf9d

Complementary Color

#dbcf9d #9da9db

#dbcf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf9d Color CSS Codes

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

#dbcf9d Text Font Color

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

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


#dbcf9d Background Color

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

This div background color is #dbcf9d


#dbcf9d Border Color

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

This div border color is #dbcf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf9d


Comments

No comments written yet.

Please login to write comment.