Color Hex Logo

#ccb817 Color Hex

#CCB817
(204,184,23)
0 Favorites   0 Comments

Color spaces of #ccb817

RGB 20418423
HSL0.150.800.45
HSV53°89°80°
CMYK 0.000.100.89   0.20
XYZ42.197047.18027.6933
Yxy47.18020.43470.4860
Hunter Lab68.6878-10.545841.4408
CIE-Lab74.3049-7.812773.0155

#ccb817 color RGB value is (204,184,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00010111
Octal 314 270 27
Decimal 204 184 23
Hex CC B8 17

RGB Percentages of Color #ccb817

%49.64
%44.77
%5.60

CMYK Percentages of Color #ccb817

%0
%10
%89
%20

Triadic Colors of #ccb817

#ccb817 #17ccb8 #b817cc

Analogous Colors of #ccb817

#ccb817 #86cc17 #cc5e17

Monochromatic Colors of #ccb817

#ccb817

Complementary Color

#ccb817 #172bcc

#ccb817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb817 Color CSS Codes

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

#ccb817 Text Font Color

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

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


#ccb817 Background Color

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

This div background color is #ccb817


#ccb817 Border Color

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

This div border color is #ccb817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb817


Comments

No comments written yet.

Please login to write comment.