Color Hex Logo

#dac223 Color Hex

#DAC223
(218,194,35)
0 Favorites   0 Comments

Color spaces of #dac223

RGB 21819435
HSL0.140.720.50
HSV52°84°85°
CMYK 0.000.110.84   0.15
XYZ48.508653.61039.3813
Yxy53.61030.43510.4808
Hunter Lab73.2191-9.874743.6567
CIE-Lab78.2340-6.607274.1377

#dac223 color RGB value is (218,194,35).

#dac223 hex color red value is 218, green value is 194 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dac223 hue: 0.14 , saturation: 0.72 and the lightness value of dac223 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00100011
Octal 332 302 43
Decimal 218 194 35
Hex DA C2 23

RGB Percentages of Color #dac223

%48.77
%43.40
%7.83

CMYK Percentages of Color #dac223

%0
%11
%84
%15

Triadic Colors of #dac223

#dac223 #23dac2 #c223da

Analogous Colors of #dac223

#dac223 #97da23 #da6723

Monochromatic Colors of #dac223

#dac223

Complementary Color

#dac223 #233bda

#dac223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac223 Color CSS Codes

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

#dac223 Text Font Color

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

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


#dac223 Background Color

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

This div background color is #dac223


#dac223 Border Color

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

This div border color is #dac223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac223


Comments

No comments written yet.

Please login to write comment.