Color Hex Logo

#dcad26 Color Hex

#DCAD26
(220,173,38)
0 Favorites   0 Comments

Color spaces of #dcad26

RGB 22017338
HSL0.120.720.51
HSV45°83°86°
CMYK 0.000.210.83   0.14
XYZ44.808645.24278.2048
Yxy45.24270.45600.4605
Hunter Lab67.26271.202239.8516
CIE-Lab73.05145.302369.0611

#dcad26 color RGB value is (220,173,38).

#dcad26 hex color red value is 220, green value is 173 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #dcad26 hue: 0.12 , saturation: 0.72 and the lightness value of dcad26 is 0.51.

The process color (four color CMYK) of #dcad26 color hex is 0.00, 0.21, 0.83, 0.14. Web safe color of #dcad26 is #cc9933. Color #dcad26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00100110
Octal 334 255 46
Decimal 220 173 38
Hex DC AD 26

RGB Percentages of Color #dcad26

%51.04
%40.14
%8.82

CMYK Percentages of Color #dcad26

%0
%21
%83
%14

Triadic Colors of #dcad26

#dcad26 #26dcad #ad26dc

Analogous Colors of #dcad26

#dcad26 #b0dc26 #dc5226

Monochromatic Colors of #dcad26

#dcad26

Complementary Color

#dcad26 #2655dc

#dcad26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad26 Color CSS Codes

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

#dcad26 Text Font Color

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

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


#dcad26 Background Color

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

This div background color is #dcad26


#dcad26 Border Color

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

This div border color is #dcad26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad26


Comments

No comments written yet.

Please login to write comment.