Color Hex Logo

#dac158 Color Hex

#DAC158
(218,193,88)
0 Favorites   0 Comments

Color spaces of #dac158

RGB 21819388
HSL0.130.640.60
HSV48°60°85°
CMYK 0.000.110.60   0.15
XYZ49.744953.749916.9855
Yxy53.74990.41290.4461
Hunter Lab73.3143-7.185137.5837
CIE-Lab78.3157-3.593454.9495

#dac158 color RGB value is (218,193,88).

#dac158 hex color red value is 218, green value is 193 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dac158 hue: 0.13 , saturation: 0.64 and the lightness value of dac158 is 0.60.

The process color (four color CMYK) of #dac158 color hex is 0.00, 0.11, 0.60, 0.15. Web safe color of #dac158 is #cccc66. Color #dac158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01011000
Octal 332 301 130
Decimal 218 193 88
Hex DA C1 58

RGB Percentages of Color #dac158

%43.69
%38.68
%17.64

CMYK Percentages of Color #dac158

%0
%11
%60
%15

Triadic Colors of #dac158

#dac158 #58dac1 #c158da

Analogous Colors of #dac158

#dac158 #b2da58 #da8058

Monochromatic Colors of #dac158

#dac158

Complementary Color

#dac158 #5871da

#dac158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac158 Color CSS Codes

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

#dac158 Text Font Color

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

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


#dac158 Background Color

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

This div background color is #dac158


#dac158 Border Color

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

This div border color is #dac158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac158


Comments

No comments written yet.

Please login to write comment.