Color Hex Logo

#c3b017 Color Hex

#C3B017
(195,176,23)
0 Favorites   0 Comments

Color spaces of #c3b017

RGB 19517623
HSL0.150.790.43
HSV53°88°76°
CMYK 0.000.100.88   0.24
XYZ38.185742.71467.0428
Yxy42.71460.43420.4857
Hunter Lab65.3564-10.081839.3604
CIE-Lab71.3608-7.613970.3389

#c3b017 color RGB value is (195,176,23).

#c3b017 hex color red value is 195, green value is 176 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c3b017 hue: 0.15 , saturation: 0.79 and the lightness value of c3b017 is 0.43.

The process color (four color CMYK) of #c3b017 color hex is 0.00, 0.10, 0.88, 0.24. Web safe color of #c3b017 is #cc9900. Color #c3b017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110000 00010111
Octal 303 260 27
Decimal 195 176 23
Hex C3 B0 17

RGB Percentages of Color #c3b017

%49.49
%44.67
%5.84

CMYK Percentages of Color #c3b017

%0
%10
%88
%24

Triadic Colors of #c3b017

#c3b017 #17c3b0 #b017c3

Analogous Colors of #c3b017

#c3b017 #80c317 #c35a17

Monochromatic Colors of #c3b017

#c3b017

Complementary Color

#c3b017 #172ac3

#c3b017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b017 Color CSS Codes

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

#c3b017 Text Font Color

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

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


#c3b017 Background Color

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

This div background color is #c3b017


#c3b017 Border Color

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

This div border color is #c3b017


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,176,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3b017; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3b017;
  -webkit-box-shadow: 1px 1px 3px 2px #c3b017;
  box-shadow:         1px 1px 3px 2px #c3b017; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,176,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b017


Comments

No comments written yet.

Please login to write comment.