Color Hex Logo

#c28019 Color Hex

#C28019
(194,128,25)
0 Favorites   0 Comments

Color spaces of #c28019

RGB 19412825
HSL0.100.770.43
HSV37°87°76°
CMYK 0.000.340.87   0.24
XYZ30.142826.97794.5383
Yxy26.97790.48890.4375
Hunter Lab51.940312.694531.1777
CIE-Lab58.953917.894759.8870

#c28019 color RGB value is (194,128,25).

#c28019 hex color red value is 194, green value is 128 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c28019 hue: 0.10 , saturation: 0.77 and the lightness value of c28019 is 0.43.

The process color (four color CMYK) of #c28019 color hex is 0.00, 0.34, 0.87, 0.24. Web safe color of #c28019 is #cc9900. Color #c28019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 00011001
Octal 302 200 31
Decimal 194 128 25
Hex C2 80 19

RGB Percentages of Color #c28019

%55.91
%36.89
%7.20

CMYK Percentages of Color #c28019

%0
%34
%87
%24

Triadic Colors of #c28019

#c28019 #19c280 #8019c2

Analogous Colors of #c28019

#c28019 #b0c219 #c22c19

Monochromatic Colors of #c28019

#c28019

Complementary Color

#c28019 #195bc2

#c28019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28019 Color CSS Codes

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

#c28019 Text Font Color

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

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


#c28019 Background Color

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

This div background color is #c28019


#c28019 Border Color

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

This div border color is #c28019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28019


Comments

No comments written yet.

Please login to write comment.