Color Hex Logo

#dad778 Color Hex

#DAD778
(218,215,120)
0 Favorites   0 Comments

Color spaces of #dad778

RGB 218215120
HSL0.160.570.66
HSV58°45°85°
CMYK 0.000.010.45   0.15
XYZ56.604064.862427.3056
Yxy64.86240.38050.4360
Hunter Lab80.5372-15.484836.2742
CIE-Lab84.4128-12.145647.0026

#dad778 color RGB value is (218,215,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01111000
Octal 332 327 170
Decimal 218 215 120
Hex DA D7 78

RGB Percentages of Color #dad778

%39.42
%38.88
%21.70

CMYK Percentages of Color #dad778

%0
%1
%45
%15

Triadic Colors of #dad778

#dad778 #78dad7 #d778da

Analogous Colors of #dad778

#dad778 #acda78 #daa678

Monochromatic Colors of #dad778

#dad778

Complementary Color

#dad778 #787bda

#dad778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad778 Color CSS Codes

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

#dad778 Text Font Color

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

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


#dad778 Background Color

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

This div background color is #dad778


#dad778 Border Color

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

This div border color is #dad778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad778


Comments

No comments written yet.

Please login to write comment.