Color Hex Logo

#dabc48 Color Hex

#DABC48
(218,188,72)
0 Favorites   0 Comments

Color spaces of #dabc48

RGB 21818872
HSL0.130.660.57
HSV48°67°85°
CMYK 0.000.140.67   0.15
XYZ48.066451.339713.5071
Yxy51.33970.42570.4547
Hunter Lab71.6517-5.646738.9794
CIE-Lab76.8843-2.007760.3990

#dabc48 color RGB value is (218,188,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01001000
Octal 332 274 110
Decimal 218 188 72
Hex DA BC 48

RGB Percentages of Color #dabc48

%45.61
%39.33
%15.06

CMYK Percentages of Color #dabc48

%0
%14
%67
%15

Triadic Colors of #dabc48

#dabc48 #48dabc #bc48da

Analogous Colors of #dabc48

#dabc48 #afda48 #da7348

Monochromatic Colors of #dabc48

#dabc48

Complementary Color

#dabc48 #4866da

#dabc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc48 Color CSS Codes

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

#dabc48 Text Font Color

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

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


#dabc48 Background Color

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

This div background color is #dabc48


#dabc48 Border Color

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

This div border color is #dabc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc48


Comments

No comments written yet.

Please login to write comment.