Color Hex Logo

#dad15b Color Hex

#DAD15B
(218,209,91)
0 Favorites   0 Comments

Color spaces of #dad15b

RGB 21820991
HSL0.150.630.61
HSV56°58°85°
CMYK 0.000.040.58   0.15
XYZ53.602261.261718.8971
Yxy61.26170.40070.4580
Hunter Lab78.2699-14.728640.4742
CIE-Lab82.5192-11.555558.3008

#dad15b color RGB value is (218,209,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01011011
Octal 332 321 133
Decimal 218 209 91
Hex DA D1 5B

RGB Percentages of Color #dad15b

%42.08
%40.35
%17.57

CMYK Percentages of Color #dad15b

%0
%4
%58
%15

Triadic Colors of #dad15b

#dad15b #5bdad1 #d15bda

Analogous Colors of #dad15b

#dad15b #a4da5b #da925b

Monochromatic Colors of #dad15b

#dad15b

Complementary Color

#dad15b #5b64da

#dad15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad15b Color CSS Codes

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

#dad15b Text Font Color

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

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


#dad15b Background Color

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

This div background color is #dad15b


#dad15b Border Color

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

This div border color is #dad15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad15b


Comments

No comments written yet.

Please login to write comment.