Color Hex Logo

#dab048 Color Hex

#DAB048
(218,176,72)
0 Favorites   0 Comments

Color spaces of #dab048

RGB 21817672
HSL0.120.660.57
HSV43°67°85°
CMYK 0.000.190.67   0.15
XYZ45.608546.424012.6878
Yxy46.42400.43550.4433
Hunter Lab68.13520.248336.6539
CIE-Lab73.81984.292257.1743

#dab048 color RGB value is (218,176,72).

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

The process color (four color CMYK) of #dab048 color hex is 0.00, 0.19, 0.67, 0.15. Web safe color of #dab048 is #cc9933. Color #dab048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01001000
Octal 332 260 110
Decimal 218 176 72
Hex DA B0 48

RGB Percentages of Color #dab048

%46.78
%37.77
%15.45

CMYK Percentages of Color #dab048

%0
%19
%67
%15

Triadic Colors of #dab048

#dab048 #48dab0 #b048da

Analogous Colors of #dab048

#dab048 #bbda48 #da6748

Monochromatic Colors of #dab048

#dab048

Complementary Color

#dab048 #4872da

#dab048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab048 Color CSS Codes

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

#dab048 Text Font Color

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

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


#dab048 Background Color

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

This div background color is #dab048


#dab048 Border Color

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

This div border color is #dab048


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,176,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 #dab048">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab048


Comments

No comments written yet.

Please login to write comment.