Color Hex Logo

#dbcf7f Color Hex

#DBCF7F
(219,207,127)
0 Favorites   0 Comments

Color spaces of #dbcf7f

RGB 219207127
HSL0.140.560.68
HSV52°42°86°
CMYK 0.000.050.42   0.14
XYZ55.357061.218028.9773
Yxy61.21800.38030.4206
Hunter Lab78.2419-10.632732.8110
CIE-Lab82.4958-6.994941.1744

#dbcf7f color RGB value is (219,207,127).

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

The process color (four color CMYK) of #dbcf7f color hex is 0.00, 0.05, 0.42, 0.14. Web safe color of #dbcf7f is #cccc66. Color #dbcf7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01111111
Octal 333 317 177
Decimal 219 207 127
Hex DB CF 7F

RGB Percentages of Color #dbcf7f

%39.60
%37.43
%22.97

CMYK Percentages of Color #dbcf7f

%0
%5
%42
%14

Triadic Colors of #dbcf7f

#dbcf7f #7fdbcf #cf7fdb

Analogous Colors of #dbcf7f

#dbcf7f #b9db7f #dba17f

Monochromatic Colors of #dbcf7f

#dbcf7f

Complementary Color

#dbcf7f #7f8bdb

#dbcf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf7f Color CSS Codes

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

#dbcf7f Text Font Color

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

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


#dbcf7f Background Color

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

This div background color is #dbcf7f


#dbcf7f Border Color

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

This div border color is #dbcf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf7f


Comments

No comments written yet.

Please login to write comment.