Color Hex Logo

#dad768 Color Hex

#DAD768
(218,215,104)
0 Favorites   0 Comments

Color spaces of #dad768

RGB 218215104
HSL0.160.610.63
HSV58°52°85°
CMYK 0.000.010.52   0.15
XYZ55.712664.505822.6112
Yxy64.50580.39010.4516
Hunter Lab80.3155-16.731739.5290
CIE-Lab84.2284-13.570954.3714

#dad768 color RGB value is (218,215,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01101000
Octal 332 327 150
Decimal 218 215 104
Hex DA D7 68

RGB Percentages of Color #dad768

%40.60
%40.04
%19.37

CMYK Percentages of Color #dad768

%0
%1
%52
%15

Triadic Colors of #dad768

#dad768 #68dad7 #d768da

Analogous Colors of #dad768

#dad768 #a4da68 #da9e68

Monochromatic Colors of #dad768

#dad768

Complementary Color

#dad768 #686bda

#dad768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad768 Color CSS Codes

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

#dad768 Text Font Color

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

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


#dad768 Background Color

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

This div background color is #dad768


#dad768 Border Color

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

This div border color is #dad768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad768


Comments

No comments written yet.

Please login to write comment.