Color Hex Logo

#dad43d Color Hex

#DAD43D
(218,212,61)
0 Favorites   0 Comments

Color spaces of #dad43d

RGB 21821261
HSL0.160.680.55
HSV58°72°85°
CMYK 0.000.030.72   0.15
XYZ53.299262.329313.6365
Yxy62.32930.41230.4822
Hunter Lab78.9489-17.653445.0233
CIE-Lab83.0882-14.787970.7778

#dad43d color RGB value is (218,212,61).

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

The process color (four color CMYK) of #dad43d color hex is 0.00, 0.03, 0.72, 0.15. Web safe color of #dad43d is #cccc33. Color #dad43d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00111101
Octal 332 324 75
Decimal 218 212 61
Hex DA D4 3D

RGB Percentages of Color #dad43d

%44.40
%43.18
%12.42

CMYK Percentages of Color #dad43d

%0
%3
%72
%15

Triadic Colors of #dad43d

#dad43d #3ddad4 #d43dda

Analogous Colors of #dad43d

#dad43d #92da3d #da863d

Monochromatic Colors of #dad43d

#dad43d

Complementary Color

#dad43d #3d43da

#dad43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad43d Color CSS Codes

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

#dad43d Text Font Color

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

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


#dad43d Background Color

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

This div background color is #dad43d


#dad43d Border Color

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

This div border color is #dad43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad43d


Comments

No comments written yet.

Please login to write comment.