Color Hex Logo

#dcaf23 Color Hex

#DCAF23
(220,175,35)
0 Favorites   0 Comments

Color spaces of #dcaf23

RGB 22017535
HSL0.130.730.50
HSV45°84°86°
CMYK 0.000.200.84   0.14
XYZ45.148545.99698.0888
Yxy45.99690.45500.4635
Hunter Lab67.82100.140840.4034
CIE-Lab73.54354.162670.3095

#dcaf23 color RGB value is (220,175,35).

#dcaf23 hex color red value is 220, green value is 175 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dcaf23 hue: 0.13 , saturation: 0.73 and the lightness value of dcaf23 is 0.50.

The process color (four color CMYK) of #dcaf23 color hex is 0.00, 0.20, 0.84, 0.14. Web safe color of #dcaf23 is #cc9933. Color #dcaf23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00100011
Octal 334 257 43
Decimal 220 175 35
Hex DC AF 23

RGB Percentages of Color #dcaf23

%51.16
%40.70
%8.14

CMYK Percentages of Color #dcaf23

%0
%20
%84
%14

Triadic Colors of #dcaf23

#dcaf23 #23dcaf #af23dc

Analogous Colors of #dcaf23

#dcaf23 #addc23 #dc5223

Monochromatic Colors of #dcaf23

#dcaf23

Complementary Color

#dcaf23 #2350dc

#dcaf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf23 Color CSS Codes

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

#dcaf23 Text Font Color

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

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


#dcaf23 Background Color

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

This div background color is #dcaf23


#dcaf23 Border Color

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

This div border color is #dcaf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf23


Comments

No comments written yet.

Please login to write comment.