Color Hex Logo

#dabd29 Color Hex

#DABD29
(218,189,41)
0 Favorites   0 Comments

Color spaces of #dabd29

RGB 21818941
HSL0.140.710.51
HSV50°81°85°
CMYK 0.000.130.81   0.15
XYZ47.511351.46079.5266
Yxy51.46070.43790.4743
Hunter Lab71.7361-7.316542.3415
CIE-Lab76.9572-3.861571.4828

#dabd29 color RGB value is (218,189,41).

#dabd29 hex color red value is 218, green value is 189 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dabd29 hue: 0.14 , saturation: 0.71 and the lightness value of dabd29 is 0.51.

The process color (four color CMYK) of #dabd29 color hex is 0.00, 0.13, 0.81, 0.15. Web safe color of #dabd29 is #cccc33. Color #dabd29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00101001
Octal 332 275 51
Decimal 218 189 41
Hex DA BD 29

RGB Percentages of Color #dabd29

%48.66
%42.19
%9.15

CMYK Percentages of Color #dabd29

%0
%13
%81
%15

Triadic Colors of #dabd29

#dabd29 #29dabd #bd29da

Analogous Colors of #dabd29

#dabd29 #9fda29 #da6529

Monochromatic Colors of #dabd29

#dabd29

Complementary Color

#dabd29 #2946da

#dabd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd29 Color CSS Codes

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

#dabd29 Text Font Color

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

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


#dabd29 Background Color

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

This div background color is #dabd29


#dabd29 Border Color

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

This div border color is #dabd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd29


Comments

No comments written yet.

Please login to write comment.