Color Hex Logo

#dad163 Color Hex

#DAD163
(218,209,99)
0 Favorites   0 Comments

Color spaces of #dad163

RGB 21820999
HSL0.150.620.62
HSV55°55°85°
CMYK 0.000.040.55   0.15
XYZ53.966061.407220.8128
Yxy61.40720.39630.4509
Hunter Lab78.3627-14.207439.1068
CIE-Lab82.5972-10.958954.7860

#dad163 color RGB value is (218,209,99).

#dad163 hex color red value is 218, green value is 209 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dad163 hue: 0.15 , saturation: 0.62 and the lightness value of dad163 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01100011
Octal 332 321 143
Decimal 218 209 99
Hex DA D1 63

RGB Percentages of Color #dad163

%41.44
%39.73
%18.82

CMYK Percentages of Color #dad163

%0
%4
%55
%15

Triadic Colors of #dad163

#dad163 #63dad1 #d163da

Analogous Colors of #dad163

#dad163 #a8da63 #da9663

Monochromatic Colors of #dad163

#dad163

Complementary Color

#dad163 #636cda

#dad163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad163 Color CSS Codes

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

#dad163 Text Font Color

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

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


#dad163 Background Color

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

This div background color is #dad163


#dad163 Border Color

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

This div border color is #dad163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad163


Comments

No comments written yet.

Please login to write comment.