Color Hex Logo

#dadb66 Color Hex

#DADB66
(218,219,102)
0 Favorites   0 Comments

Color spaces of #dadb66

RGB 218219102
HSL0.170.620.63
HSV61°53°86°
CMYK 0.000.000.53   0.14
XYZ56.643266.527822.4261
Yxy66.52780.38900.4569
Hunter Lab81.5646-18.777240.7935
CIE-Lab85.2649-15.721656.4826

#dadb66 color RGB value is (218,219,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01100110
Octal 332 333 146
Decimal 218 219 102
Hex DA DB 66

RGB Percentages of Color #dadb66

%40.45
%40.63
%18.92

CMYK Percentages of Color #dadb66

%0
%0
%53
%14

Triadic Colors of #dadb66

#dadb66 #66dadb #db66da

Analogous Colors of #dadb66

#dadb66 #a0db66 #dba266

Monochromatic Colors of #dadb66

#dadb66

Complementary Color

#dadb66 #6766db

#dadb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb66 Color CSS Codes

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

#dadb66 Text Font Color

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

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


#dadb66 Background Color

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

This div background color is #dadb66


#dadb66 Border Color

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

This div border color is #dadb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb66


Comments

No comments written yet.

Please login to write comment.