Color Hex Logo

#dad848 Color Hex

#DAD848
(218,216,72)
0 Favorites   0 Comments

Color spaces of #dad848

RGB 21821672
HSL0.160.660.57
HSV59°67°85°
CMYK 0.000.010.67   0.15
XYZ54.639064.485015.6980
Yxy64.48500.40530.4783
Hunter Lab80.3026-19.075544.6214
CIE-Lab84.2177-16.229867.9174

#dad848 color RGB value is (218,216,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 01001000
Octal 332 330 110
Decimal 218 216 72
Hex DA D8 48

RGB Percentages of Color #dad848

%43.08
%42.69
%14.23

CMYK Percentages of Color #dad848

%0
%1
%67
%15

Triadic Colors of #dad848

#dad848 #48dad8 #d848da

Analogous Colors of #dad848

#dad848 #93da48 #da8f48

Monochromatic Colors of #dad848

#dad848

Complementary Color

#dad848 #484ada

#dad848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad848 Color CSS Codes

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

#dad848 Text Font Color

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

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


#dad848 Background Color

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

This div background color is #dad848


#dad848 Border Color

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

This div border color is #dad848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad848


Comments

No comments written yet.

Please login to write comment.