Color Hex Logo

#dbcf8e Color Hex

#DBCF8E
(219,207,142)
0 Favorites   0 Comments

Color spaces of #dbcf8e

RGB 219207142
HSL0.140.520.71
HSV51°35°86°
CMYK 0.000.050.35   0.14
XYZ56.408761.638734.5156
Yxy61.63870.36970.4040
Hunter Lab78.5103-9.143028.8915
CIE-Lab82.7209-5.337433.8396

#dbcf8e color RGB value is (219,207,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 10001110
Octal 333 317 216
Decimal 219 207 142
Hex DB CF 8E

RGB Percentages of Color #dbcf8e

%38.56
%36.44
%25.00

CMYK Percentages of Color #dbcf8e

%0
%5
%35
%14

Triadic Colors of #dbcf8e

#dbcf8e #8edbcf #cf8edb

Analogous Colors of #dbcf8e

#dbcf8e #c1db8e #dba98e

Monochromatic Colors of #dbcf8e

#dbcf8e

Complementary Color

#dbcf8e #8e9adb

#dbcf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf8e Color CSS Codes

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

#dbcf8e Text Font Color

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

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


#dbcf8e Background Color

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

This div background color is #dbcf8e


#dbcf8e Border Color

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

This div border color is #dbcf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf8e


Comments

No comments written yet.

Please login to write comment.