Color Hex Logo

#ccc507 Color Hex

#CCC507
(204,197,7)
0 Favorites   0 Comments

Color spaces of #ccc507

RGB 2041977
HSL0.160.930.41
HSV58°97°80°
CMYK 0.000.030.97   0.20
XYZ44.906452.78528.0228
Yxy52.78520.42480.4993
Hunter Lab72.6534-16.814344.3103
CIE-Lab77.7480-14.658777.7879

#ccc507 color RGB value is (204,197,7).

#ccc507 hex color red value is 204, green value is 197 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ccc507 hue: 0.16 , saturation: 0.93 and the lightness value of ccc507 is 0.41.

The process color (four color CMYK) of #ccc507 color hex is 0.00, 0.03, 0.97, 0.20. Web safe color of #ccc507 is #cccc00. Color #ccc507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 00000111
Octal 314 305 7
Decimal 204 197 7
Hex CC C5 7

RGB Percentages of Color #ccc507

%50.00
%48.28
%1.72

CMYK Percentages of Color #ccc507

%0
%3
%97
%20

Triadic Colors of #ccc507

#ccc507 #07ccc5 #c507cc

Analogous Colors of #ccc507

#ccc507 #71cc07 #cc6307

Monochromatic Colors of #ccc507

#ccc507

Complementary Color

#ccc507 #070ecc

#ccc507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc507 Color CSS Codes

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

#ccc507 Text Font Color

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

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


#ccc507 Background Color

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

This div background color is #ccc507


#ccc507 Border Color

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

This div border color is #ccc507


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,197,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc507


Comments

No comments written yet.

Please login to write comment.