Color Hex Logo

#dad083 Color Hex

#DAD083
(218,208,131)
0 Favorites   0 Comments

Color spaces of #dad083

RGB 218208131
HSL0.150.540.68
HSV53°40°85°
CMYK 0.000.050.40   0.15
XYZ55.566161.655930.4449
Yxy61.65590.37630.4175
Hunter Lab78.5213-11.095531.9765
CIE-Lab82.7301-7.479739.4422

#dad083 color RGB value is (218,208,131).

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

The process color (four color CMYK) of #dad083 color hex is 0.00, 0.05, 0.40, 0.15. Web safe color of #dad083 is #cccc99. Color #dad083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 10000011
Octal 332 320 203
Decimal 218 208 131
Hex DA D0 83

RGB Percentages of Color #dad083

%39.14
%37.34
%23.52

CMYK Percentages of Color #dad083

%0
%5
%40
%15

Triadic Colors of #dad083

#dad083 #83dad0 #d083da

Analogous Colors of #dad083

#dad083 #b9da83 #daa583

Monochromatic Colors of #dad083

#dad083

Complementary Color

#dad083 #838dda

#dad083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad083 Color CSS Codes

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

#dad083 Text Font Color

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

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


#dad083 Background Color

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

This div background color is #dad083


#dad083 Border Color

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

This div border color is #dad083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad083


Comments

No comments written yet.

Please login to write comment.