Color Hex Logo

#dbdf3c Color Hex

#DBDF3C
(219,223,60)
0 Favorites   0 Comments

Color spaces of #dbdf3c

RGB 21922360
HSL0.170.720.55
HSV61°73°87°
CMYK 0.020.000.73   0.13
XYZ56.416768.161714.4580
Yxy68.16170.40580.4902
Hunter Lab82.5601-22.503847.4092
CIE-Lab86.0872-19.827673.9782

#dbdf3c color RGB value is (219,223,60).

#dbdf3c hex color red value is 219, green value is 223 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dbdf3c hue: 0.17 , saturation: 0.72 and the lightness value of dbdf3c is 0.55.

The process color (four color CMYK) of #dbdf3c color hex is 0.02, 0.00, 0.73, 0.13. Web safe color of #dbdf3c is #cccc33. Color #dbdf3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 00111100
Octal 333 337 74
Decimal 219 223 60
Hex DB DF 3C

RGB Percentages of Color #dbdf3c

%43.63
%44.42
%11.95

CMYK Percentages of Color #dbdf3c

%2
%0
%73
%13

Triadic Colors of #dbdf3c

#dbdf3c #3cdbdf #df3cdb

Analogous Colors of #dbdf3c

#dbdf3c #8adf3c #df923c

Monochromatic Colors of #dbdf3c

#dbdf3c

Complementary Color

#dbdf3c #403cdf

#dbdf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf3c Color CSS Codes

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

#dbdf3c Text Font Color

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

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


#dbdf3c Background Color

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

This div background color is #dbdf3c


#dbdf3c Border Color

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

This div border color is #dbdf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf3c


Comments

No comments written yet.

Please login to write comment.