Color Hex Logo

#dad055 Color Hex

#DAD055
(218,208,85)
0 Favorites   0 Comments

Color spaces of #dad055

RGB 21820885
HSL0.150.640.59
HSV55°61°85°
CMYK 0.000.050.61   0.15
XYZ53.109060.673117.5063
Yxy60.67310.40450.4621
Hunter Lab77.8929-14.607741.1997
CIE-Lab82.2027-11.462060.5619

#dad055 color RGB value is (218,208,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01010101
Octal 332 320 125
Decimal 218 208 85
Hex DA D0 55

RGB Percentages of Color #dad055

%42.66
%40.70
%16.63

CMYK Percentages of Color #dad055

%0
%5
%61
%15

Triadic Colors of #dad055

#dad055 #55dad0 #d055da

Analogous Colors of #dad055

#dad055 #a2da55 #da8e55

Monochromatic Colors of #dad055

#dad055

Complementary Color

#dad055 #555fda

#dad055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad055 Color CSS Codes

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

#dad055 Text Font Color

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

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


#dad055 Background Color

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

This div background color is #dad055


#dad055 Border Color

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

This div border color is #dad055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad055


Comments

No comments written yet.

Please login to write comment.