Color Hex Logo

#dbdd56 Color Hex

#DBDD56
(219,221,86)
0 Favorites   0 Comments

Color spaces of #dbdd56

RGB 21922186
HSL0.170.670.60
HSV61°61°87°
CMYK 0.010.000.61   0.13
XYZ56.749667.444918.8312
Yxy67.44490.39680.4716
Hunter Lab82.1248-20.372143.8922
CIE-Lab85.7281-17.454863.9632

#dbdd56 color RGB value is (219,221,86).

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

The process color (four color CMYK) of #dbdd56 color hex is 0.01, 0.00, 0.61, 0.13. Web safe color of #dbdd56 is #cccc66. Color #dbdd56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 01010110
Octal 333 335 126
Decimal 219 221 86
Hex DB DD 56

RGB Percentages of Color #dbdd56

%41.63
%42.02
%16.35

CMYK Percentages of Color #dbdd56

%1
%0
%61
%13

Triadic Colors of #dbdd56

#dbdd56 #56dbdd #dd56db

Analogous Colors of #dbdd56

#dbdd56 #98dd56 #dd9c56

Monochromatic Colors of #dbdd56

#dbdd56

Complementary Color

#dbdd56 #5856dd

#dbdd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd56 Color CSS Codes

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

#dbdd56 Text Font Color

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

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


#dbdd56 Background Color

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

This div background color is #dbdd56


#dbdd56 Border Color

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

This div border color is #dbdd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd56


Comments

No comments written yet.

Please login to write comment.