Color Hex Logo

#dad677 Color Hex

#DAD677
(218,214,119)
0 Favorites   0 Comments

Color spaces of #dad677

RGB 218214119
HSL0.160.570.66
HSV58°45°85°
CMYK 0.000.020.45   0.15
XYZ56.289864.330526.9030
Yxy64.33050.38160.4361
Hunter Lab80.2063-15.087436.2572
CIE-Lab84.1376-11.739147.1510

#dad677 color RGB value is (218,214,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01110111
Octal 332 326 167
Decimal 218 214 119
Hex DA D6 77

RGB Percentages of Color #dad677

%39.56
%38.84
%21.60

CMYK Percentages of Color #dad677

%0
%2
%45
%15

Triadic Colors of #dad677

#dad677 #77dad6 #d677da

Analogous Colors of #dad677

#dad677 #adda77 #daa577

Monochromatic Colors of #dad677

#dad677

Complementary Color

#dad677 #777bda

#dad677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad677 Color CSS Codes

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

#dad677 Text Font Color

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

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


#dad677 Background Color

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

This div background color is #dad677


#dad677 Border Color

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

This div border color is #dad677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad677


Comments

No comments written yet.

Please login to write comment.