Color Hex Logo

#dad095 Color Hex

#DAD095
(218,208,149)
0 Favorites   0 Comments

Color spaces of #dad095

RGB 218208149
HSL0.140.480.72
HSV51°32°85°
CMYK 0.000.050.32   0.15
XYZ56.894162.187137.4384
Yxy62.18710.36350.3973
Hunter Lab78.8588-9.220927.0531
CIE-Lab83.0128-5.393930.5975

#dad095 color RGB value is (218,208,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 10010101
Octal 332 320 225
Decimal 218 208 149
Hex DA D0 95

RGB Percentages of Color #dad095

%37.91
%36.17
%25.91

CMYK Percentages of Color #dad095

%0
%5
%32
%15

Triadic Colors of #dad095

#dad095 #95dad0 #d095da

Analogous Colors of #dad095

#dad095 #c2da95 #daae95

Monochromatic Colors of #dad095

#dad095

Complementary Color

#dad095 #959fda

#dad095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad095 Color CSS Codes

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

#dad095 Text Font Color

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

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


#dad095 Background Color

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

This div background color is #dad095


#dad095 Border Color

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

This div border color is #dad095


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,208,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 #dad095">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad095


Comments

No comments written yet.

Please login to write comment.