Color Hex Logo

#cccb08 Color Hex

#CCCB08
(204,203,8)
0 Favorites   0 Comments

Color spaces of #cccb08

RGB 2042038
HSL0.170.920.42
HSV60°96°80°
CMYK 0.000.000.96   0.20
XYZ46.301655.56688.5148
Yxy55.56680.41950.5034
Hunter Lab74.5431-19.577345.4077
CIE-Lab79.3666-17.643678.8986

#cccb08 color RGB value is (204,203,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00001000
Octal 314 313 10
Decimal 204 203 8
Hex CC CB 8

RGB Percentages of Color #cccb08

%49.16
%48.92
%1.93

CMYK Percentages of Color #cccb08

%0
%0
%96
%20

Triadic Colors of #cccb08

#cccb08 #08cccb #cb08cc

Analogous Colors of #cccb08

#cccb08 #6bcc08 #cc6908

Monochromatic Colors of #cccb08

#cccb08

Complementary Color

#cccb08 #0809cc

#cccb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb08 Color CSS Codes

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

#cccb08 Text Font Color

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

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


#cccb08 Background Color

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

This div background color is #cccb08


#cccb08 Border Color

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

This div border color is #cccb08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb08


Comments

No comments written yet.

Please login to write comment.