Color Hex Logo

#c28c11 Color Hex

#C28C11
(194,140,17)
0 Favorites   0 Comments

Color spaces of #c28c11

RGB 19414017
HSL0.120.840.41
HSV42°91°76°
CMYK 0.000.280.91   0.24
XYZ31.727430.26604.7000
Yxy30.26600.47570.4538
Hunter Lab55.01456.667233.4449
CIE-Lab61.883111.142164.1233

#c28c11 color RGB value is (194,140,17).

#c28c11 hex color red value is 194, green value is 140 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c28c11 hue: 0.12 , saturation: 0.84 and the lightness value of c28c11 is 0.41.

The process color (four color CMYK) of #c28c11 color hex is 0.00, 0.28, 0.91, 0.24. Web safe color of #c28c11 is #cc9900. Color #c28c11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 00010001
Octal 302 214 21
Decimal 194 140 17
Hex C2 8C 11

RGB Percentages of Color #c28c11

%55.27
%39.89
%4.84

CMYK Percentages of Color #c28c11

%0
%28
%91
%24

Triadic Colors of #c28c11

#c28c11 #11c28c #8c11c2

Analogous Colors of #c28c11

#c28c11 #a0c211 #c23411

Monochromatic Colors of #c28c11

#c28c11

Complementary Color

#c28c11 #1147c2

#c28c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28c11 Color CSS Codes

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

#c28c11 Text Font Color

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

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


#c28c11 Background Color

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

This div background color is #c28c11


#c28c11 Border Color

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

This div border color is #c28c11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28c11


Comments

No comments written yet.

Please login to write comment.