Color Hex Logo

#dad468 Color Hex

#DAD468
(218,212,104)
0 Favorites   0 Comments

Color spaces of #dad468

RGB 218212104
HSL0.160.610.63
HSV57°52°85°
CMYK 0.000.030.52   0.15
XYZ54.955662.991922.3589
Yxy62.99190.39170.4490
Hunter Lab79.3674-15.296038.8544
CIE-Lab83.4381-12.068353.4510

#dad468 color RGB value is (218,212,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01101000
Octal 332 324 150
Decimal 218 212 104
Hex DA D4 68

RGB Percentages of Color #dad468

%40.82
%39.70
%19.48

CMYK Percentages of Color #dad468

%0
%3
%52
%15

Triadic Colors of #dad468

#dad468 #68dad4 #d468da

Analogous Colors of #dad468

#dad468 #a7da68 #da9b68

Monochromatic Colors of #dad468

#dad468

Complementary Color

#dad468 #686eda

#dad468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad468 Color CSS Codes

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

#dad468 Text Font Color

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

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


#dad468 Background Color

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

This div background color is #dad468


#dad468 Border Color

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

This div border color is #dad468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad468


Comments

No comments written yet.

Please login to write comment.