Color Hex Logo

#cccb05 Color Hex

#CCCB05
(204,203,5)
0 Favorites   0 Comments

Color spaces of #cccb05

RGB 2042035
HSL0.170.950.41
HSV60°98°80°
CMYK 0.000.000.98   0.20
XYZ46.285255.56028.4283
Yxy55.56020.41970.5038
Hunter Lab74.5387-19.602345.4730
CIE-Lab79.3629-17.673879.1827

#cccb05 color RGB value is (204,203,5).

#cccb05 hex color red value is 204, green value is 203 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cccb05 hue: 0.17 , saturation: 0.95 and the lightness value of cccb05 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00000101
Octal 314 313 5
Decimal 204 203 5
Hex CC CB 5

RGB Percentages of Color #cccb05

%49.51
%49.27
%1.21

CMYK Percentages of Color #cccb05

%0
%0
%98
%20

Triadic Colors of #cccb05

#cccb05 #05cccb #cb05cc

Analogous Colors of #cccb05

#cccb05 #6acc05 #cc6805

Monochromatic Colors of #cccb05

#cccb05

Complementary Color

#cccb05 #0506cc

#cccb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb05 Color CSS Codes

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

#cccb05 Text Font Color

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

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


#cccb05 Background Color

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

This div background color is #cccb05


#cccb05 Border Color

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

This div border color is #cccb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb05


Comments

No comments written yet.

Please login to write comment.