Color Hex Logo

#dad755 Color Hex

#DAD755
(218,215,85)
0 Favorites   0 Comments

Color spaces of #dad755

RGB 21821585
HSL0.160.640.59
HSV59°61°85°
CMYK 0.000.010.61   0.15
XYZ54.853664.162218.0878
Yxy64.16220.40010.4680
Hunter Lab80.1013-17.940042.6826
CIE-Lab84.0501-14.964262.5562

#dad755 color RGB value is (218,215,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01010101
Octal 332 327 125
Decimal 218 215 85
Hex DA D7 55

RGB Percentages of Color #dad755

%42.08
%41.51
%16.41

CMYK Percentages of Color #dad755

%0
%1
%61
%15

Triadic Colors of #dad755

#dad755 #55dad7 #d755da

Analogous Colors of #dad755

#dad755 #9bda55 #da9555

Monochromatic Colors of #dad755

#dad755

Complementary Color

#dad755 #5558da

#dad755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad755 Color CSS Codes

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

#dad755 Text Font Color

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

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


#dad755 Background Color

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

This div background color is #dad755


#dad755 Border Color

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

This div border color is #dad755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad755


Comments

No comments written yet.

Please login to write comment.