Color Hex Logo

#dadb52 Color Hex

#DADB52
(218,219,82)
0 Favorites   0 Comments

Color spaces of #dadb52

RGB 21821982
HSL0.170.660.59
HSV60°63°86°
CMYK 0.000.000.63   0.14
XYZ55.768066.177717.8169
Yxy66.17770.39900.4735
Hunter Lab81.3497-19.994043.9593
CIE-Lab85.0870-17.132964.8954

#dadb52 color RGB value is (218,219,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01010010
Octal 332 333 122
Decimal 218 219 82
Hex DA DB 52

RGB Percentages of Color #dadb52

%42.00
%42.20
%15.80

CMYK Percentages of Color #dadb52

%0
%0
%63
%14

Triadic Colors of #dadb52

#dadb52 #52dadb #db52da

Analogous Colors of #dadb52

#dadb52 #96db52 #db9852

Monochromatic Colors of #dadb52

#dadb52

Complementary Color

#dadb52 #5352db

#dadb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb52 Color CSS Codes

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

#dadb52 Text Font Color

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

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


#dadb52 Background Color

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

This div background color is #dadb52


#dadb52 Border Color

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

This div border color is #dadb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb52


Comments

No comments written yet.

Please login to write comment.