Color Hex Logo

#dad350 Color Hex

#DAD350
(218,211,80)
0 Favorites   0 Comments

Color spaces of #dad350

RGB 21821180
HSL0.160.650.58
HSV57°63°85°
CMYK 0.000.030.63   0.15
XYZ53.655762.073116.7428
Yxy62.07310.40500.4686
Hunter Lab78.7865-16.313142.5509
CIE-Lab82.9523-13.284763.4589

#dad350 color RGB value is (218,211,80).

#dad350 hex color red value is 218, green value is 211 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dad350 hue: 0.16 , saturation: 0.65 and the lightness value of dad350 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01010000
Octal 332 323 120
Decimal 218 211 80
Hex DA D3 50

RGB Percentages of Color #dad350

%42.83
%41.45
%15.72

CMYK Percentages of Color #dad350

%0
%3
%63
%15

Triadic Colors of #dad350

#dad350 #50dad3 #d350da

Analogous Colors of #dad350

#dad350 #9cda50 #da8e50

Monochromatic Colors of #dad350

#dad350

Complementary Color

#dad350 #5057da

#dad350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad350 Color CSS Codes

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

#dad350 Text Font Color

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

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


#dad350 Background Color

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

This div background color is #dad350


#dad350 Border Color

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

This div border color is #dad350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad350


Comments

No comments written yet.

Please login to write comment.