Color Hex Logo

#dadc2b Color Hex

#DADC2B
(218,220,43)
0 Favorites   0 Comments

Color spaces of #dadc2b

RGB 21822043
HSL0.170.720.52
HSV61°80°86°
CMYK 0.010.000.80   0.14
XYZ54.942766.266212.1804
Yxy66.26620.41190.4968
Hunter Lab81.4041-21.980648.1113
CIE-Lab85.1320-19.402277.9981

#dadc2b color RGB value is (218,220,43).

#dadc2b hex color red value is 218, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dadc2b hue: 0.17 , saturation: 0.72 and the lightness value of dadc2b is 0.52.

The process color (four color CMYK) of #dadc2b color hex is 0.01, 0.00, 0.80, 0.14. Web safe color of #dadc2b is #cccc33. Color #dadc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 00101011
Octal 332 334 53
Decimal 218 220 43
Hex DA DC 2B

RGB Percentages of Color #dadc2b

%45.32
%45.74
%8.94

CMYK Percentages of Color #dadc2b

%1
%0
%80
%14

Triadic Colors of #dadc2b

#dadc2b #2bdadc #dc2bda

Analogous Colors of #dadc2b

#dadc2b #82dc2b #dc862b

Monochromatic Colors of #dadc2b

#dadc2b

Complementary Color

#dadc2b #2d2bdc

#dadc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc2b Color CSS Codes

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

#dadc2b Text Font Color

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

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


#dadc2b Background Color

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

This div background color is #dadc2b


#dadc2b Border Color

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

This div border color is #dadc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc2b


Comments

No comments written yet.

Please login to write comment.