Color Hex Logo

#ccb717 Color Hex

#CCB717
(204,183,23)
0 Favorites   0 Comments

Color spaces of #ccb717

RGB 20418323
HSL0.150.800.45
HSV53°89°80°
CMYK 0.000.100.89   0.20
XYZ41.990046.76627.6243
Yxy46.76620.43570.4852
Hunter Lab68.3858-10.073341.2599
CIE-Lab74.0400-7.295572.8066

#ccb717 color RGB value is (204,183,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00010111
Octal 314 267 27
Decimal 204 183 23
Hex CC B7 17

RGB Percentages of Color #ccb717

%49.76
%44.63
%5.61

CMYK Percentages of Color #ccb717

%0
%10
%89
%20

Triadic Colors of #ccb717

#ccb717 #17ccb7 #b717cc

Analogous Colors of #ccb717

#ccb717 #87cc17 #cc5d17

Monochromatic Colors of #ccb717

#ccb717

Complementary Color

#ccb717 #172ccc

#ccb717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb717 Color CSS Codes

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

#ccb717 Text Font Color

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

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


#ccb717 Background Color

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

This div background color is #ccb717


#ccb717 Border Color

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

This div border color is #ccb717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb717


Comments

No comments written yet.

Please login to write comment.