color codes Logo

#cccb0b color codes

#CCCB0B
(204,203,11)
0 Favorites   0 Comments

Color spaces of #cccb0b

RGB 20420311
HSL0.170.900.42
HSV60°95°80°
CMYK 0.000.000.95   0.20
XYZ46.318255.57348.6021
Yxy55.57340.41920.5030
Hunter Lab74.5476-19.551945.3418
CIE-Lab79.3704-17.612978.6138

#cccb0b color RGB value is (204,203,11).

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

The process color (four color CMYK) of #cccb0b color code is 0.00, 0.00, 0.95, 0.20. Web safe color of #cccb0b is #cccc00. Color #cccb0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00001011
Octal 314 313 13
Decimal 204 203 11
Hex CC CB B

RGB Percentages of Color #cccb0b

%48.80
%48.56
%2.63

CMYK Percentages of Color #cccb0b

%0
%0
%95
%20

Triadic Colors of #cccb0b

#cccb0b #0bcccb #cb0bcc

Analogous Colors of #cccb0b

#cccb0b #6dcc0b #cc6b0b

Monochromatic Colors of #cccb0b

#cccb0b

Complementary Color

#cccb0b #0b0ccc

#cccb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb0b Color CSS Codes

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

#cccb0b Text Font Color

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

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


#cccb0b Background Color

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

This div background color is #cccb0b


#cccb0b Border Color

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

This div border color is #cccb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb0b


Comments

No comments written yet.

Please login to write comment.