Color Hex Logo

#dad830 Color Hex

#DAD830
(218,216,48)
0 Favorites   0 Comments

Color spaces of #dad830

RGB 21821648
HSL0.160.700.52
HSV59°78°85°
CMYK 0.000.010.78   0.15
XYZ54.002864.230612.3478
Yxy64.23060.41360.4919
Hunter Lab80.1440-19.974746.9660
CIE-Lab84.0857-17.280975.7546

#dad830 color RGB value is (218,216,48).

#dad830 hex color red value is 218, green value is 216 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dad830 hue: 0.16 , saturation: 0.70 and the lightness value of dad830 is 0.52.

The process color (four color CMYK) of #dad830 color hex is 0.00, 0.01, 0.78, 0.15. Web safe color of #dad830 is #cccc33. Color #dad830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00110000
Octal 332 330 60
Decimal 218 216 48
Hex DA D8 30

RGB Percentages of Color #dad830

%45.23
%44.81
%9.96

CMYK Percentages of Color #dad830

%0
%1
%78
%15

Triadic Colors of #dad830

#dad830 #30dad8 #d830da

Analogous Colors of #dad830

#dad830 #87da30 #da8330

Monochromatic Colors of #dad830

#dad830

Complementary Color

#dad830 #3032da

#dad830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad830 Color CSS Codes

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

#dad830 Text Font Color

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

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


#dad830 Background Color

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

This div background color is #dad830


#dad830 Border Color

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

This div border color is #dad830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad830


Comments

No comments written yet.

Please login to write comment.