Color Hex Logo

#dabd0c Color Hex

#DABD0C
(218,189,12)
0 Favorites   0 Comments

Color spaces of #dabd0c

RGB 21818912
HSL0.140.900.45
HSV52°94°85°
CMYK 0.000.130.94   0.15
XYZ47.177451.32727.7684
Yxy51.32720.44390.4830
Hunter Lab71.6430-7.831843.7212
CIE-Lab76.8768-4.446477.1816

#dabd0c color RGB value is (218,189,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00001100
Octal 332 275 14
Decimal 218 189 12
Hex DA BD C

RGB Percentages of Color #dabd0c

%52.03
%45.11
%2.86

CMYK Percentages of Color #dabd0c

%0
%13
%94
%15

Triadic Colors of #dabd0c

#dabd0c #0cdabd #bd0cda

Analogous Colors of #dabd0c

#dabd0c #90da0c #da560c

Monochromatic Colors of #dabd0c

#dabd0c

Complementary Color

#dabd0c #0c29da

#dabd0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd0c Color CSS Codes

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

#dabd0c Text Font Color

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

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


#dabd0c Background Color

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

This div background color is #dabd0c


#dabd0c Border Color

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

This div border color is #dabd0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd0c


Comments

No comments written yet.

Please login to write comment.