Color Hex Logo

#dbdd4a Color Hex

#DBDD4A
(219,221,74)
0 Favorites   0 Comments

Color spaces of #dbdd4a

RGB 21922174
HSL0.170.680.58
HSV61°67°87°
CMYK 0.010.000.67   0.13
XYZ56.305967.267416.4948
Yxy67.26740.40200.4802
Hunter Lab82.0167-20.985945.4876
CIE-Lab85.6388-18.170068.6225

#dbdd4a color RGB value is (219,221,74).

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

The process color (four color CMYK) of #dbdd4a color hex is 0.01, 0.00, 0.67, 0.13. Web safe color of #dbdd4a is #cccc33. Color #dbdd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 01001010
Octal 333 335 112
Decimal 219 221 74
Hex DB DD 4A

RGB Percentages of Color #dbdd4a

%42.61
%43.00
%14.40

CMYK Percentages of Color #dbdd4a

%1
%0
%67
%13

Triadic Colors of #dbdd4a

#dbdd4a #4adbdd #dd4adb

Analogous Colors of #dbdd4a

#dbdd4a #92dd4a #dd964a

Monochromatic Colors of #dbdd4a

#dbdd4a

Complementary Color

#dbdd4a #4c4add

#dbdd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd4a Color CSS Codes

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

#dbdd4a Text Font Color

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

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


#dbdd4a Background Color

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

This div background color is #dbdd4a


#dbdd4a Border Color

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

This div border color is #dbdd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd4a


Comments

No comments written yet.

Please login to write comment.