Color Hex Logo

#dad868 Color Hex

#DAD868
(218,216,104)
0 Favorites   0 Comments

Color spaces of #dad868

RGB 218216104
HSL0.160.610.63
HSV59°52°85°
CMYK 0.000.010.52   0.15
XYZ55.968065.016622.6963
Yxy65.01660.38950.4525
Hunter Lab80.6329-17.209139.7542
CIE-Lab84.4923-14.069854.6780

#dad868 color RGB value is (218,216,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 01101000
Octal 332 330 150
Decimal 218 216 104
Hex DA D8 68

RGB Percentages of Color #dad868

%40.52
%40.15
%19.33

CMYK Percentages of Color #dad868

%0
%1
%52
%15

Triadic Colors of #dad868

#dad868 #68dad8 #d868da

Analogous Colors of #dad868

#dad868 #a3da68 #da9f68

Monochromatic Colors of #dad868

#dad868

Complementary Color

#dad868 #686ada

#dad868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad868 Color CSS Codes

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

#dad868 Text Font Color

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

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


#dad868 Background Color

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

This div background color is #dad868


#dad868 Border Color

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

This div border color is #dad868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad868


Comments

No comments written yet.

Please login to write comment.