Color Hex Logo

#dad277 Color Hex

#DAD277
(218,210,119)
0 Favorites   0 Comments

Color spaces of #dad277

RGB 218210119
HSL0.150.570.66
HSV55°45°85°
CMYK 0.000.040.45   0.15
XYZ55.289862.330526.5697
Yxy62.33050.38350.4323
Hunter Lab78.9497-13.155335.3113
CIE-Lab83.0889-9.720245.8634

#dad277 color RGB value is (218,210,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01110111
Octal 332 322 167
Decimal 218 210 119
Hex DA D2 77

RGB Percentages of Color #dad277

%39.85
%38.39
%21.76

CMYK Percentages of Color #dad277

%0
%4
%45
%15

Triadic Colors of #dad277

#dad277 #77dad2 #d277da

Analogous Colors of #dad277

#dad277 #b1da77 #daa177

Monochromatic Colors of #dad277

#dad277

Complementary Color

#dad277 #777fda

#dad277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad277 Color CSS Codes

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

#dad277 Text Font Color

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

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


#dad277 Background Color

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

This div background color is #dad277


#dad277 Border Color

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

This div border color is #dad277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad277


Comments

No comments written yet.

Please login to write comment.