Color Hex Logo

#dbdc5d Color Hex

#DBDC5D
(219,220,93)
0 Favorites   0 Comments

Color spaces of #dbdc5d

RGB 21922093
HSL0.170.640.61
HSV60°58°86°
CMYK 0.000.000.58   0.14
XYZ56.782467.036820.3026
Yxy67.03680.39400.4651
Hunter Lab81.8760-19.490242.6112
CIE-Lab85.5225-16.487560.7789

#dbdc5d color RGB value is (219,220,93).

#dbdc5d hex color red value is 219, green value is 220 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbdc5d hue: 0.17 , saturation: 0.64 and the lightness value of dbdc5d is 0.61.

The process color (four color CMYK) of #dbdc5d color hex is 0.00, 0.00, 0.58, 0.14. Web safe color of #dbdc5d is #cccc66. Color #dbdc5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 01011101
Octal 333 334 135
Decimal 219 220 93
Hex DB DC 5D

RGB Percentages of Color #dbdc5d

%41.17
%41.35
%17.48

CMYK Percentages of Color #dbdc5d

%0
%0
%58
%14

Triadic Colors of #dbdc5d

#dbdc5d #5ddbdc #dc5ddb

Analogous Colors of #dbdc5d

#dbdc5d #9cdc5d #dc9e5d

Monochromatic Colors of #dbdc5d

#dbdc5d

Complementary Color

#dbdc5d #5e5ddc

#dbdc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdc5d Color CSS Codes

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

#dbdc5d Text Font Color

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

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


#dbdc5d Background Color

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

This div background color is #dbdc5d


#dbdc5d Border Color

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

This div border color is #dbdc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdc5d


Comments

No comments written yet.

Please login to write comment.