Color Hex Logo

#dabc49 Color Hex

#DABC49
(218,188,73)
0 Favorites   0 Comments

Color spaces of #dabc49

RGB 21818873
HSL0.130.660.57
HSV48°67°85°
CMYK 0.000.140.67   0.15
XYZ48.099351.352913.6803
Yxy51.35290.42520.4539
Hunter Lab71.6609-5.596238.8440
CIE-Lab76.8923-1.951259.9882

#dabc49 color RGB value is (218,188,73).

#dabc49 hex color red value is 218, green value is 188 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dabc49 hue: 0.13 , saturation: 0.66 and the lightness value of dabc49 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01001001
Octal 332 274 111
Decimal 218 188 73
Hex DA BC 49

RGB Percentages of Color #dabc49

%45.51
%39.25
%15.24

CMYK Percentages of Color #dabc49

%0
%14
%67
%15

Triadic Colors of #dabc49

#dabc49 #49dabc #bc49da

Analogous Colors of #dabc49

#dabc49 #b0da49 #da7449

Monochromatic Colors of #dabc49

#dabc49

Complementary Color

#dabc49 #4967da

#dabc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc49 Color CSS Codes

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

#dabc49 Text Font Color

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

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


#dabc49 Background Color

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

This div background color is #dabc49


#dabc49 Border Color

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

This div border color is #dabc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc49


Comments

No comments written yet.

Please login to write comment.