Color Hex Logo

#dad05c Color Hex

#DAD05C
(218,208,92)
0 Favorites   0 Comments

Color spaces of #dad05c

RGB 21820892
HSL0.150.630.61
HSV55°58°85°
CMYK 0.000.050.58   0.15
XYZ53.401160.789919.0443
Yxy60.78990.40080.4563
Hunter Lab77.9679-14.187140.0954
CIE-Lab82.2657-10.979857.5747

#dad05c color RGB value is (218,208,92).

#dad05c hex color red value is 218, green value is 208 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dad05c hue: 0.15 , saturation: 0.63 and the lightness value of dad05c is 0.61.

The process color (four color CMYK) of #dad05c color hex is 0.00, 0.05, 0.58, 0.15. Web safe color of #dad05c is #cccc66. Color #dad05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01011100
Octal 332 320 134
Decimal 218 208 92
Hex DA D0 5C

RGB Percentages of Color #dad05c

%42.08
%40.15
%17.76

CMYK Percentages of Color #dad05c

%0
%5
%58
%15

Triadic Colors of #dad05c

#dad05c #5cdad0 #d05cda

Analogous Colors of #dad05c

#dad05c #a5da5c #da915c

Monochromatic Colors of #dad05c

#dad05c

Complementary Color

#dad05c #5c66da

#dad05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad05c Color CSS Codes

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

#dad05c Text Font Color

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

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


#dad05c Background Color

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

This div background color is #dad05c


#dad05c Border Color

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

This div border color is #dad05c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,208,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dad05c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad05c


Comments

No comments written yet.

Please login to write comment.