Color Hex Logo

#dada95 Color Hex

#DADA95
(218,218,149)
0 Favorites   0 Comments

Color spaces of #dada95

RGB 218218149
HSL0.170.480.72
HSV60°32°85°
CMYK 0.000.000.32   0.15
XYZ59.409767.218238.2769
Yxy67.21820.36030.4076
Hunter Lab81.9867-14.131029.7101
CIE-Lab85.6140-10.484734.0440

#dada95 color RGB value is (218,218,149).

#dada95 hex color red value is 218, green value is 218 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dada95 hue: 0.17 , saturation: 0.48 and the lightness value of dada95 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 10010101
Octal 332 332 225
Decimal 218 218 149
Hex DA DA 95

RGB Percentages of Color #dada95

%37.26
%37.26
%25.47

CMYK Percentages of Color #dada95

%0
%0
%32
%15

Triadic Colors of #dada95

#dada95 #95dada #da95da

Analogous Colors of #dada95

#dada95 #b8da95 #dab895

Monochromatic Colors of #dada95

#dada95

Complementary Color

#dada95 #9595da

#dada95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada95 Color CSS Codes

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

#dada95 Text Font Color

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

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


#dada95 Background Color

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

This div background color is #dada95


#dada95 Border Color

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

This div border color is #dada95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada95


Comments

No comments written yet.

Please login to write comment.