Color Hex Logo

#daac23 Color Hex

#DAAC23
(218,172,35)
0 Favorites   0 Comments

Color spaces of #daac23

RGB 21817235
HSL0.120.720.50
HSV45°84°85°
CMYK 0.000.210.84   0.15
XYZ43.969344.53187.8682
Yxy44.53180.45630.4621
Hunter Lab66.73220.831039.7218
CIE-Lab72.58254.878469.4240

#daac23 color RGB value is (218,172,35).

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

The process color (four color CMYK) of #daac23 color hex is 0.00, 0.21, 0.84, 0.15. Web safe color of #daac23 is #cc9933. Color #daac23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 00100011
Octal 332 254 43
Decimal 218 172 35
Hex DA AC 23

RGB Percentages of Color #daac23

%51.29
%40.47
%8.24

CMYK Percentages of Color #daac23

%0
%21
%84
%15

Triadic Colors of #daac23

#daac23 #23daac #ac23da

Analogous Colors of #daac23

#daac23 #adda23 #da5123

Monochromatic Colors of #daac23

#daac23

Complementary Color

#daac23 #2351da

#daac23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac23 Color CSS Codes

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

#daac23 Text Font Color

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

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


#daac23 Background Color

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

This div background color is #daac23


#daac23 Border Color

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

This div border color is #daac23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac23


Comments

No comments written yet.

Please login to write comment.