Color Hex Logo

#dad32b Color Hex

#DAD32B
(218,211,43)
0 Favorites   0 Comments

Color spaces of #dad32b

RGB 21821143
HSL0.160.700.51
HSV58°80°85°
CMYK 0.000.030.80   0.15
XYZ52.643861.668411.4141
Yxy61.66840.41870.4905
Hunter Lab78.5292-17.764746.3528
CIE-Lab82.7368-14.970075.9332

#dad32b color RGB value is (218,211,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00101011
Octal 332 323 53
Decimal 218 211 43
Hex DA D3 2B

RGB Percentages of Color #dad32b

%46.19
%44.70
%9.11

CMYK Percentages of Color #dad32b

%0
%3
%80
%15

Triadic Colors of #dad32b

#dad32b #2bdad3 #d32bda

Analogous Colors of #dad32b

#dad32b #8ada2b #da7c2b

Monochromatic Colors of #dad32b

#dad32b

Complementary Color

#dad32b #2b32da

#dad32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad32b Color CSS Codes

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

#dad32b Text Font Color

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

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


#dad32b Background Color

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

This div background color is #dad32b


#dad32b Border Color

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

This div border color is #dad32b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,211,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 #dad32b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad32b


Comments

No comments written yet.

Please login to write comment.