Color Hex Logo

#dcaf25 Color Hex

#DCAF25
(220,175,37)
0 Favorites   0 Comments

Color spaces of #dcaf25

RGB 22017537
HSL0.130.720.50
HSV45°83°86°
CMYK 0.000.200.83   0.14
XYZ45.179146.00928.2497
Yxy46.00920.45430.4627
Hunter Lab67.83010.189640.2700
CIE-Lab73.55154.216369.7695

#dcaf25 color RGB value is (220,175,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 00100101
Octal 334 257 45
Decimal 220 175 37
Hex DC AF 25

RGB Percentages of Color #dcaf25

%50.93
%40.51
%8.56

CMYK Percentages of Color #dcaf25

%0
%20
%83
%14

Triadic Colors of #dcaf25

#dcaf25 #25dcaf #af25dc

Analogous Colors of #dcaf25

#dcaf25 #aedc25 #dc5425

Monochromatic Colors of #dcaf25

#dcaf25

Complementary Color

#dcaf25 #2552dc

#dcaf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf25 Color CSS Codes

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

#dcaf25 Text Font Color

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

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


#dcaf25 Background Color

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

This div background color is #dcaf25


#dcaf25 Border Color

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

This div border color is #dcaf25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf25


Comments

No comments written yet.

Please login to write comment.