Color Hex Logo

#dbcb05 Color Hex

#DBCB05
(219,203,5)
0 Favorites   0 Comments

Color spaces of #dbcb05

RGB 2192035
HSL0.150.960.44
HSV56°98°86°
CMYK 0.000.070.98   0.14
XYZ50.596757.78298.6301
Yxy57.78290.43240.4938
Hunter Lab76.0151-14.214246.4793
CIE-Lab80.6179-11.230080.6717

#dbcb05 color RGB value is (219,203,5).

#dbcb05 hex color red value is 219, green value is 203 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dbcb05 hue: 0.15 , saturation: 0.96 and the lightness value of dbcb05 is 0.44.

The process color (four color CMYK) of #dbcb05 color hex is 0.00, 0.07, 0.98, 0.14. Web safe color of #dbcb05 is #cccc00. Color #dbcb05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00000101
Octal 333 313 5
Decimal 219 203 5
Hex DB CB 5

RGB Percentages of Color #dbcb05

%51.29
%47.54
%1.17

CMYK Percentages of Color #dbcb05

%0
%7
%98
%14

Triadic Colors of #dbcb05

#dbcb05 #05dbcb #cb05db

Analogous Colors of #dbcb05

#dbcb05 #80db05 #db6005

Monochromatic Colors of #dbcb05

#dbcb05

Complementary Color

#dbcb05 #0515db

#dbcb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb05 Color CSS Codes

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

#dbcb05 Text Font Color

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

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


#dbcb05 Background Color

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

This div background color is #dbcb05


#dbcb05 Border Color

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

This div border color is #dbcb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb05


Comments

No comments written yet.

Please login to write comment.