Color Hex Logo

#dad669 Color Hex

#DAD669
(218,214,105)
0 Favorites   0 Comments

Color spaces of #dad669

RGB 218214105
HSL0.160.600.63
HSV58°52°85°
CMYK 0.000.020.52   0.15
XYZ55.509864.018522.7957
Yxy64.01850.39000.4498
Hunter Lab80.0116-16.181939.1161
CIE-Lab83.9754-12.988653.6139

#dad669 color RGB value is (218,214,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01101001
Octal 332 326 151
Decimal 218 214 105
Hex DA D6 69

RGB Percentages of Color #dad669

%40.60
%39.85
%19.55

CMYK Percentages of Color #dad669

%0
%2
%52
%15

Triadic Colors of #dad669

#dad669 #69dad6 #d669da

Analogous Colors of #dad669

#dad669 #a6da69 #da9e69

Monochromatic Colors of #dad669

#dad669

Complementary Color

#dad669 #696dda

#dad669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad669 Color CSS Codes

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

#dad669 Text Font Color

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

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


#dad669 Background Color

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

This div background color is #dad669


#dad669 Border Color

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

This div border color is #dad669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad669


Comments

No comments written yet.

Please login to write comment.