Color Hex Logo

#dabc2f Color Hex

#DABC2F
(218,188,47)
0 Favorites   0 Comments

Color spaces of #dabc2f

RGB 21818847
HSL0.140.700.52
HSV49°78°85°
CMYK 0.000.140.78   0.15
XYZ47.409851.077110.0494
Yxy51.07710.43680.4706
Hunter Lab71.4682-6.658141.6908
CIE-Lab76.7257-3.146269.4882

#dabc2f color RGB value is (218,188,47).

#dabc2f hex color red value is 218, green value is 188 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dabc2f hue: 0.14 , saturation: 0.70 and the lightness value of dabc2f is 0.52.

The process color (four color CMYK) of #dabc2f color hex is 0.00, 0.14, 0.78, 0.15. Web safe color of #dabc2f is #cccc33. Color #dabc2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00101111
Octal 332 274 57
Decimal 218 188 47
Hex DA BC 2F

RGB Percentages of Color #dabc2f

%48.12
%41.50
%10.38

CMYK Percentages of Color #dabc2f

%0
%14
%78
%15

Triadic Colors of #dabc2f

#dabc2f #2fdabc #bc2fda

Analogous Colors of #dabc2f

#dabc2f #a3da2f #da672f

Monochromatic Colors of #dabc2f

#dabc2f

Complementary Color

#dabc2f #2f4dda

#dabc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc2f Color CSS Codes

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

#dabc2f Text Font Color

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

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


#dabc2f Background Color

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

This div background color is #dabc2f


#dabc2f Border Color

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

This div border color is #dabc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc2f


Comments

No comments written yet.

Please login to write comment.