Color Hex Logo

#dad52b Color Hex

#DAD52B
(218,213,43)
0 Favorites   0 Comments

Color spaces of #dad52b

RGB 21821343
HSL0.160.700.51
HSV58°80°85°
CMYK 0.000.020.80   0.15
XYZ53.143762.668311.5807
Yxy62.66830.41720.4919
Hunter Lab79.1633-18.705746.7409
CIE-Lab83.2675-15.962276.3917

#dad52b color RGB value is (218,213,43).

#dad52b hex color red value is 218, green value is 213 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dad52b hue: 0.16 , saturation: 0.70 and the lightness value of dad52b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00101011
Octal 332 325 53
Decimal 218 213 43
Hex DA D5 2B

RGB Percentages of Color #dad52b

%45.99
%44.94
%9.07

CMYK Percentages of Color #dad52b

%0
%2
%80
%15

Triadic Colors of #dad52b

#dad52b #2bdad5 #d52bda

Analogous Colors of #dad52b

#dad52b #88da2b #da7e2b

Monochromatic Colors of #dad52b

#dad52b

Complementary Color

#dad52b #2b30da

#dad52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad52b Color CSS Codes

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

#dad52b Text Font Color

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

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


#dad52b Background Color

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

This div background color is #dad52b


#dad52b Border Color

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

This div border color is #dad52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad52b


Comments

No comments written yet.

Please login to write comment.