Color Hex Logo

#dada8b Color Hex

#DADA8B
(218,218,139)
0 Favorites   0 Comments

Color spaces of #dada8b

RGB 218218139
HSL0.170.520.70
HSV60°36°85°
CMYK 0.000.000.36   0.15
XYZ58.645066.912334.2505
Yxy66.91230.36700.4187
Hunter Lab81.7999-15.177532.4346
CIE-Lab85.4596-11.661438.9116

#dada8b color RGB value is (218,218,139).

#dada8b hex color red value is 218, green value is 218 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dada8b hue: 0.17 , saturation: 0.52 and the lightness value of dada8b is 0.70.

The process color (four color CMYK) of #dada8b color hex is 0.00, 0.00, 0.36, 0.15. Web safe color of #dada8b is #cccc99. Color #dada8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10001011
Octal 332 332 213
Decimal 218 218 139
Hex DA DA 8B

RGB Percentages of Color #dada8b

%37.91
%37.91
%24.17

CMYK Percentages of Color #dada8b

%0
%0
%36
%15

Triadic Colors of #dada8b

#dada8b #8bdada #da8bda

Analogous Colors of #dada8b

#dada8b #b3da8b #dab38b

Monochromatic Colors of #dada8b

#dada8b

Complementary Color

#dada8b #8b8bda

#dada8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada8b Color CSS Codes

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

#dada8b Text Font Color

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

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


#dada8b Background Color

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

This div background color is #dada8b


#dada8b Border Color

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

This div border color is #dada8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada8b


Comments

No comments written yet.

Please login to write comment.