Color Hex Logo

#dac877 Color Hex

#DAC877
(218,200,119)
0 Favorites   0 Comments

Color spaces of #dac877

RGB 218200119
HSL0.140.570.66
HSV49°45°85°
CMYK 0.000.080.45   0.15
XYZ52.897557.545925.7722
Yxy57.54590.38830.4225
Hunter Lab75.8590-8.282832.9582
CIE-Lab80.4857-4.608442.6382

#dac877 color RGB value is (218,200,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 01110111
Octal 332 310 167
Decimal 218 200 119
Hex DA C8 77

RGB Percentages of Color #dac877

%40.60
%37.24
%22.16

CMYK Percentages of Color #dac877

%0
%8
%45
%15

Triadic Colors of #dac877

#dac877 #77dac8 #c877da

Analogous Colors of #dac877

#dac877 #bbda77 #da9777

Monochromatic Colors of #dac877

#dac877

Complementary Color

#dac877 #7789da

#dac877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac877 Color CSS Codes

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

#dac877 Text Font Color

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

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


#dac877 Background Color

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

This div background color is #dac877


#dac877 Border Color

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

This div border color is #dac877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac877


Comments

No comments written yet.

Please login to write comment.