Color Hex Logo

#dadb6d Color Hex

#DADB6D
(218,219,109)
0 Favorites   0 Comments

Color spaces of #dadb6d

RGB 218219109
HSL0.170.600.64
HSV61°50°86°
CMYK 0.000.000.50   0.14
XYZ57.005366.672624.3326
Yxy66.67260.38510.4505
Hunter Lab81.6533-18.275639.4889
CIE-Lab85.3383-15.143353.3527

#dadb6d color RGB value is (218,219,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01101101
Octal 332 333 155
Decimal 218 219 109
Hex DA DB 6D

RGB Percentages of Color #dadb6d

%39.93
%40.11
%19.96

CMYK Percentages of Color #dadb6d

%0
%0
%50
%14

Triadic Colors of #dadb6d

#dadb6d #6ddadb #db6dda

Analogous Colors of #dadb6d

#dadb6d #a3db6d #dba56d

Monochromatic Colors of #dadb6d

#dadb6d

Complementary Color

#dadb6d #6e6ddb

#dadb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb6d Color CSS Codes

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

#dadb6d Text Font Color

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

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


#dadb6d Background Color

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

This div background color is #dadb6d


#dadb6d Border Color

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

This div border color is #dadb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb6d


Comments

No comments written yet.

Please login to write comment.