Color Hex Logo

#dad63b Color Hex

#DAD63B
(218,214,59)
0 Favorites   0 Comments

Color spaces of #dad63b

RGB 21821459
HSL0.160.680.54
HSV58°73°85°
CMYK 0.000.020.73   0.15
XYZ53.749463.314313.5257
Yxy63.31430.41160.4848
Hunter Lab79.5703-18.672045.6208
CIE-Lab83.6075-15.868471.9448

#dad63b color RGB value is (218,214,59).

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

The process color (four color CMYK) of #dad63b color hex is 0.00, 0.02, 0.73, 0.15. Web safe color of #dad63b is #cccc33. Color #dad63b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00111011
Octal 332 326 73
Decimal 218 214 59
Hex DA D6 3B

RGB Percentages of Color #dad63b

%44.40
%43.58
%12.02

CMYK Percentages of Color #dad63b

%0
%2
%73
%15

Triadic Colors of #dad63b

#dad63b #3bdad6 #d63bda

Analogous Colors of #dad63b

#dad63b #8fda3b #da873b

Monochromatic Colors of #dad63b

#dad63b

Complementary Color

#dad63b #3b3fda

#dad63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad63b Color CSS Codes

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

#dad63b Text Font Color

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

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


#dad63b Background Color

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

This div background color is #dad63b


#dad63b Border Color

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

This div border color is #dad63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad63b


Comments

No comments written yet.

Please login to write comment.