Color Hex Logo

#dadb86 Color Hex

#DADB86
(218,219,134)
0 Favorites   0 Comments

Color spaces of #dadb86

RGB 218219134
HSL0.170.540.69
HSV61°39°86°
CMYK 0.000.000.39   0.14
XYZ58.548067.289732.4567
Yxy67.28970.36990.4251
Hunter Lab82.0303-16.151133.9621
CIE-Lab85.6500-12.716941.6571

#dadb86 color RGB value is (218,219,134).

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

The process color (four color CMYK) of #dadb86 color hex is 0.00, 0.00, 0.39, 0.14. Web safe color of #dadb86 is #cccc99. Color #dadb86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10000110
Octal 332 333 206
Decimal 218 219 134
Hex DA DB 86

RGB Percentages of Color #dadb86

%38.18
%38.35
%23.47

CMYK Percentages of Color #dadb86

%0
%0
%39
%14

Triadic Colors of #dadb86

#dadb86 #86dadb #db86da

Analogous Colors of #dadb86

#dadb86 #b0db86 #dbb286

Monochromatic Colors of #dadb86

#dadb86

Complementary Color

#dadb86 #8786db

#dadb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb86 Color CSS Codes

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

#dadb86 Text Font Color

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

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


#dadb86 Background Color

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

This div background color is #dadb86


#dadb86 Border Color

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

This div border color is #dadb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb86


Comments

No comments written yet.

Please login to write comment.