Color Hex Logo

#dad377 Color Hex

#DAD377
(218,211,119)
0 Favorites   0 Comments

Color spaces of #dad377

RGB 218211119
HSL0.150.570.66
HSV56°45°85°
CMYK 0.000.030.45   0.15
XYZ55.537562.825926.6522
Yxy62.82590.38300.4332
Hunter Lab79.2628-13.639335.5476
CIE-Lab83.3507-10.226446.1856

#dad377 color RGB value is (218,211,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01110111
Octal 332 323 167
Decimal 218 211 119
Hex DA D3 77

RGB Percentages of Color #dad377

%39.78
%38.50
%21.72

CMYK Percentages of Color #dad377

%0
%3
%45
%15

Triadic Colors of #dad377

#dad377 #77dad3 #d377da

Analogous Colors of #dad377

#dad377 #b0da77 #daa277

Monochromatic Colors of #dad377

#dad377

Complementary Color

#dad377 #777eda

#dad377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad377 Color CSS Codes

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

#dad377 Text Font Color

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

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


#dad377 Background Color

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

This div background color is #dad377


#dad377 Border Color

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

This div border color is #dad377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad377


Comments

No comments written yet.

Please login to write comment.