Color Hex Logo

#dabd13 Color Hex

#DABD13
(218,189,19)
0 Favorites   0 Comments

Color spaces of #dabd13

RGB 21818919
HSL0.140.840.46
HSV51°91°85°
CMYK 0.000.130.91   0.15
XYZ47.228651.34768.0380
Yxy51.34760.44300.4816
Hunter Lab71.6572-7.752543.5093
CIE-Lab76.8891-4.356376.2541

#dabd13 color RGB value is (218,189,19).

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

The process color (four color CMYK) of #dabd13 color hex is 0.00, 0.13, 0.91, 0.15. Web safe color of #dabd13 is #cccc00. Color #dabd13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00010011
Octal 332 275 23
Decimal 218 189 19
Hex DA BD 13

RGB Percentages of Color #dabd13

%51.17
%44.37
%4.46

CMYK Percentages of Color #dabd13

%0
%13
%91
%15

Triadic Colors of #dabd13

#dabd13 #13dabd #bd13da

Analogous Colors of #dabd13

#dabd13 #94da13 #da5a13

Monochromatic Colors of #dabd13

#dabd13

Complementary Color

#dabd13 #1330da

#dabd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd13 Color CSS Codes

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

#dabd13 Text Font Color

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

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


#dabd13 Background Color

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

This div background color is #dabd13


#dabd13 Border Color

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

This div border color is #dabd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd13


Comments

No comments written yet.

Please login to write comment.