Color Hex Logo

#dad777 Color Hex

#DAD777
(218,215,119)
0 Favorites   0 Comments

Color spaces of #dad777

RGB 218215119
HSL0.160.570.66
HSV58°45°85°
CMYK 0.000.010.45   0.15
XYZ56.543764.838226.9876
Yxy64.83820.38110.4370
Hunter Lab80.5222-15.568836.4940
CIE-Lab84.4003-12.241247.4726

#dad777 color RGB value is (218,215,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01110111
Octal 332 327 167
Decimal 218 215 119
Hex DA D7 77

RGB Percentages of Color #dad777

%39.49
%38.95
%21.56

CMYK Percentages of Color #dad777

%0
%1
%45
%15

Triadic Colors of #dad777

#dad777 #77dad7 #d777da

Analogous Colors of #dad777

#dad777 #acda77 #daa677

Monochromatic Colors of #dad777

#dad777

Complementary Color

#dad777 #777ada

#dad777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad777 Color CSS Codes

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

#dad777 Text Font Color

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

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


#dad777 Background Color

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

This div background color is #dad777


#dad777 Border Color

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

This div border color is #dad777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad777


Comments

No comments written yet.

Please login to write comment.