Color Hex Logo

#dadb32 Color Hex

#DADB32
(218,219,50)
0 Favorites   0 Comments

Color spaces of #dadb32

RGB 21821950
HSL0.170.700.53
HSV60°77°86°
CMYK 0.000.000.77   0.14
XYZ54.820765.798812.8287
Yxy65.79880.41080.4931
Hunter Lab81.1165-21.318747.4047
CIE-Lab84.8937-18.683475.9069

#dadb32 color RGB value is (218,219,50).

#dadb32 hex color red value is 218, green value is 219 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dadb32 hue: 0.17 , saturation: 0.70 and the lightness value of dadb32 is 0.53.

The process color (four color CMYK) of #dadb32 color hex is 0.00, 0.00, 0.77, 0.14. Web safe color of #dadb32 is #cccc33. Color #dadb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 00110010
Octal 332 333 62
Decimal 218 219 50
Hex DA DB 32

RGB Percentages of Color #dadb32

%44.76
%44.97
%10.27

CMYK Percentages of Color #dadb32

%0
%0
%77
%14

Triadic Colors of #dadb32

#dadb32 #32dadb #db32da

Analogous Colors of #dadb32

#dadb32 #86db32 #db8832

Monochromatic Colors of #dadb32

#dadb32

Complementary Color

#dadb32 #3332db

#dadb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb32 Color CSS Codes

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

#dadb32 Text Font Color

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

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


#dadb32 Background Color

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

This div background color is #dadb32


#dadb32 Border Color

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

This div border color is #dadb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb32


Comments

No comments written yet.

Please login to write comment.