Color Hex Logo

#dada76 Color Hex

#DADA76
(218,218,118)
0 Favorites   0 Comments

Color spaces of #dada76

RGB 218218118
HSL0.170.570.66
HSV60°46°85°
CMYK 0.000.000.46   0.15
XYZ57.254966.356226.9299
Yxy66.35620.38030.4408
Hunter Lab81.4593-17.092437.4206
CIE-Lab85.1778-13.836748.9027

#dada76 color RGB value is (218,218,118).

#dada76 hex color red value is 218, green value is 218 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dada76 hue: 0.17 , saturation: 0.57 and the lightness value of dada76 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01110110
Octal 332 332 166
Decimal 218 218 118
Hex DA DA 76

RGB Percentages of Color #dada76

%39.35
%39.35
%21.30

CMYK Percentages of Color #dada76

%0
%0
%46
%15

Triadic Colors of #dada76

#dada76 #76dada #da76da

Analogous Colors of #dada76

#dada76 #a8da76 #daa876

Monochromatic Colors of #dada76

#dada76

Complementary Color

#dada76 #7676da

#dada76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada76 Color CSS Codes

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

#dada76 Text Font Color

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

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


#dada76 Background Color

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

This div background color is #dada76


#dada76 Border Color

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

This div border color is #dada76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada76


Comments

No comments written yet.

Please login to write comment.