Color Hex Logo

#ccb317 Color Hex

#CCB317
(204,179,23)
0 Favorites   0 Comments

Color spaces of #ccb317

RGB 20417923
HSL0.140.800.45
HSV52°89°80°
CMYK 0.000.120.89   0.20
XYZ41.176645.13947.3532
Yxy45.13940.43960.4819
Hunter Lab67.1859-8.176940.5411
CIE-Lab72.9836-5.217171.9742

#ccb317 color RGB value is (204,179,23).

#ccb317 hex color red value is 204, green value is 179 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ccb317 hue: 0.14 , saturation: 0.80 and the lightness value of ccb317 is 0.45.

The process color (four color CMYK) of #ccb317 color hex is 0.00, 0.12, 0.89, 0.20. Web safe color of #ccb317 is #cccc00. Color #ccb317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 00010111
Octal 314 263 27
Decimal 204 179 23
Hex CC B3 17

RGB Percentages of Color #ccb317

%50.25
%44.09
%5.67

CMYK Percentages of Color #ccb317

%0
%12
%89
%20

Triadic Colors of #ccb317

#ccb317 #17ccb3 #b317cc

Analogous Colors of #ccb317

#ccb317 #8bcc17 #cc5917

Monochromatic Colors of #ccb317

#ccb317

Complementary Color

#ccb317 #1730cc

#ccb317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb317 Color CSS Codes

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

#ccb317 Text Font Color

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

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


#ccb317 Background Color

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

This div background color is #ccb317


#ccb317 Border Color

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

This div border color is #ccb317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,179,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 #ccb317">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb317


Comments

No comments written yet.

Please login to write comment.