Color Hex Logo

#dac148 Color Hex

#DAC148
(218,193,72)
0 Favorites   0 Comments

Color spaces of #dac148

RGB 21819372
HSL0.140.660.57
HSV50°67°85°
CMYK 0.000.110.67   0.15
XYZ49.153153.513213.8693
Yxy53.51320.42180.4592
Hunter Lab73.1527-8.078739.9659
CIE-Lab78.1770-4.600061.7440

#dac148 color RGB value is (218,193,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01001000
Octal 332 301 110
Decimal 218 193 72
Hex DA C1 48

RGB Percentages of Color #dac148

%45.13
%39.96
%14.91

CMYK Percentages of Color #dac148

%0
%11
%67
%15

Triadic Colors of #dac148

#dac148 #48dac1 #c148da

Analogous Colors of #dac148

#dac148 #aada48 #da7848

Monochromatic Colors of #dac148

#dac148

Complementary Color

#dac148 #4861da

#dac148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac148 Color CSS Codes

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

#dac148 Text Font Color

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

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


#dac148 Background Color

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

This div background color is #dac148


#dac148 Border Color

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

This div border color is #dac148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac148


Comments

No comments written yet.

Please login to write comment.