Color Hex Logo

#dad75b Color Hex

#DAD75B
(218,215,91)
0 Favorites   0 Comments

Color spaces of #dad75b

RGB 21821591
HSL0.160.630.61
HSV59°58°85°
CMYK 0.000.010.58   0.15
XYZ55.102264.261619.3971
Yxy64.26160.39710.4631
Hunter Lab80.1633-17.589641.7679
CIE-Lab84.1018-14.558960.0540

#dad75b color RGB value is (218,215,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01011011
Octal 332 327 133
Decimal 218 215 91
Hex DA D7 5B

RGB Percentages of Color #dad75b

%41.60
%41.03
%17.37

CMYK Percentages of Color #dad75b

%0
%1
%58
%15

Triadic Colors of #dad75b

#dad75b #5bdad7 #d75bda

Analogous Colors of #dad75b

#dad75b #9eda5b #da985b

Monochromatic Colors of #dad75b

#dad75b

Complementary Color

#dad75b #5b5eda

#dad75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad75b Color CSS Codes

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

#dad75b Text Font Color

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

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


#dad75b Background Color

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

This div background color is #dad75b


#dad75b Border Color

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

This div border color is #dad75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad75b


Comments

No comments written yet.

Please login to write comment.