Color Hex Logo

#dbcf68 Color Hex

#DBCF68
(219,207,104)
0 Favorites   0 Comments

Color spaces of #dbcf68

RGB 219207104
HSL0.150.610.63
HSV54°53°86°
CMYK 0.000.050.53   0.14
XYZ54.024960.685221.9627
Yxy60.68520.39530.4440
Hunter Lab77.9007-12.534737.8147
CIE-Lab82.2092-9.136252.0333

#dbcf68 color RGB value is (219,207,104).

#dbcf68 hex color red value is 219, green value is 207 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbcf68 hue: 0.15 , saturation: 0.61 and the lightness value of dbcf68 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01101000
Octal 333 317 150
Decimal 219 207 104
Hex DB CF 68

RGB Percentages of Color #dbcf68

%41.32
%39.06
%19.62

CMYK Percentages of Color #dbcf68

%0
%5
%53
%14

Triadic Colors of #dbcf68

#dbcf68 #68dbcf #cf68db

Analogous Colors of #dbcf68

#dbcf68 #aedb68 #db9668

Monochromatic Colors of #dbcf68

#dbcf68

Complementary Color

#dbcf68 #6874db

#dbcf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf68 Color CSS Codes

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

#dbcf68 Text Font Color

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

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


#dbcf68 Background Color

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

This div background color is #dbcf68


#dbcf68 Border Color

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

This div border color is #dbcf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf68


Comments

No comments written yet.

Please login to write comment.