Color Hex Logo

#dadb6e Color Hex

#DADB6E
(218,219,110)
0 Favorites   0 Comments

Color spaces of #dadb6e

RGB 218219110
HSL0.170.600.65
HSV61°50°86°
CMYK 0.000.000.50   0.14
XYZ57.059466.694324.6178
Yxy66.69430.38460.4495
Hunter Lab81.6666-18.200839.2941
CIE-Lab85.3493-15.057352.8993

#dadb6e color RGB value is (218,219,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01101110
Octal 332 333 156
Decimal 218 219 110
Hex DA DB 6E

RGB Percentages of Color #dadb6e

%39.85
%40.04
%20.11

CMYK Percentages of Color #dadb6e

%0
%0
%50
%14

Triadic Colors of #dadb6e

#dadb6e #6edadb #db6eda

Analogous Colors of #dadb6e

#dadb6e #a4db6e #dba66e

Monochromatic Colors of #dadb6e

#dadb6e

Complementary Color

#dadb6e #6f6edb

#dadb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb6e Color CSS Codes

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

#dadb6e Text Font Color

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

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


#dadb6e Background Color

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

This div background color is #dadb6e


#dadb6e Border Color

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

This div border color is #dadb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb6e


Comments

No comments written yet.

Please login to write comment.