Color Hex Logo

#dad140 Color Hex

#DAD140
(218,209,64)
0 Favorites   0 Comments

Color spaces of #dad140

RGB 21820964
HSL0.160.680.55
HSV56°71°85°
CMYK 0.000.040.71   0.15
XYZ52.639360.876513.8264
Yxy60.87650.41340.4781
Hunter Lab78.0234-16.114044.1097
CIE-Lab82.3123-13.152168.9777

#dad140 color RGB value is (218,209,64).

#dad140 hex color red value is 218, green value is 209 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dad140 hue: 0.16 , saturation: 0.68 and the lightness value of dad140 is 0.55.

The process color (four color CMYK) of #dad140 color hex is 0.00, 0.04, 0.71, 0.15. Web safe color of #dad140 is #cccc33. Color #dad140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01000000
Octal 332 321 100
Decimal 218 209 64
Hex DA D1 40

RGB Percentages of Color #dad140

%44.40
%42.57
%13.03

CMYK Percentages of Color #dad140

%0
%4
%71
%15

Triadic Colors of #dad140

#dad140 #40dad1 #d140da

Analogous Colors of #dad140

#dad140 #96da40 #da8440

Monochromatic Colors of #dad140

#dad140

Complementary Color

#dad140 #4049da

#dad140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad140 Color CSS Codes

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

#dad140 Text Font Color

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

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


#dad140 Background Color

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

This div background color is #dad140


#dad140 Border Color

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

This div border color is #dad140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad140


Comments

No comments written yet.

Please login to write comment.