Color Hex Logo

#dad66b Color Hex

#DAD66B
(218,214,107)
0 Favorites   0 Comments

Color spaces of #dad66b

RGB 218214107
HSL0.160.600.64
HSV58°51°85°
CMYK 0.000.020.51   0.15
XYZ55.613964.060123.3436
Yxy64.06010.38890.4479
Hunter Lab80.0376-16.035438.7339
CIE-Lab83.9971-12.820952.7073

#dad66b color RGB value is (218,214,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01101011
Octal 332 326 153
Decimal 218 214 107
Hex DA D6 6B

RGB Percentages of Color #dad66b

%40.45
%39.70
%19.85

CMYK Percentages of Color #dad66b

%0
%2
%51
%15

Triadic Colors of #dad66b

#dad66b #6bdad6 #d66bda

Analogous Colors of #dad66b

#dad66b #a7da6b #da9f6b

Monochromatic Colors of #dad66b

#dad66b

Complementary Color

#dad66b #6b6fda

#dad66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad66b Color CSS Codes

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

#dad66b Text Font Color

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

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


#dad66b Background Color

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

This div background color is #dad66b


#dad66b Border Color

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

This div border color is #dad66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad66b


Comments

No comments written yet.

Please login to write comment.