Color Hex Logo

#dad077 Color Hex

#DAD077
(218,208,119)
0 Favorites   0 Comments

Color spaces of #dad077

RGB 218208119
HSL0.150.570.66
HSV54°45°85°
CMYK 0.000.050.45   0.15
XYZ54.799161.349126.4061
Yxy61.34910.38440.4304
Hunter Lab78.3257-12.185734.8394
CIE-Lab82.5661-8.705245.2190

#dad077 color RGB value is (218,208,119).

#dad077 hex color red value is 218, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dad077 hue: 0.15 , saturation: 0.57 and the lightness value of dad077 is 0.66.

The process color (four color CMYK) of #dad077 color hex is 0.00, 0.05, 0.45, 0.15. Web safe color of #dad077 is #cccc66. Color #dad077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01110111
Octal 332 320 167
Decimal 218 208 119
Hex DA D0 77

RGB Percentages of Color #dad077

%40.00
%38.17
%21.83

CMYK Percentages of Color #dad077

%0
%5
%45
%15

Triadic Colors of #dad077

#dad077 #77dad0 #d077da

Analogous Colors of #dad077

#dad077 #b3da77 #da9f77

Monochromatic Colors of #dad077

#dad077

Complementary Color

#dad077 #7781da

#dad077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad077 Color CSS Codes

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

#dad077 Text Font Color

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

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


#dad077 Background Color

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

This div background color is #dad077


#dad077 Border Color

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

This div border color is #dad077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad077


Comments

No comments written yet.

Please login to write comment.