Color Hex Logo

#dbdf5c Color Hex

#DBDF5C
(219,223,92)
0 Favorites   0 Comments

Color spaces of #dbdf5c

RGB 21922392
HSL0.170.670.62
HSV62°59°87°
CMYK 0.020.000.59   0.13
XYZ57.532968.608120.3356
Yxy68.60810.39280.4684
Hunter Lab82.8300-20.968243.4247
CIE-Lab86.3096-18.033062.0741

#dbdf5c color RGB value is (219,223,92).

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

The process color (four color CMYK) of #dbdf5c color hex is 0.02, 0.00, 0.59, 0.13. Web safe color of #dbdf5c is #cccc66. Color #dbdf5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 01011100
Octal 333 337 134
Decimal 219 223 92
Hex DB DF 5C

RGB Percentages of Color #dbdf5c

%41.01
%41.76
%17.23

CMYK Percentages of Color #dbdf5c

%2
%0
%59
%13

Triadic Colors of #dbdf5c

#dbdf5c #5cdbdf #df5cdb

Analogous Colors of #dbdf5c

#dbdf5c #9adf5c #dfa25c

Monochromatic Colors of #dbdf5c

#dbdf5c

Complementary Color

#dbdf5c #605cdf

#dbdf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf5c Color CSS Codes

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

#dbdf5c Text Font Color

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

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


#dbdf5c Background Color

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

This div background color is #dbdf5c


#dbdf5c Border Color

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

This div border color is #dbdf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf5c


Comments

No comments written yet.

Please login to write comment.