Color Hex Logo

#cccb3f Color Hex

#CCCB3F
(204,203,63)
0 Favorites   0 Comments

Color spaces of #cccb3f

RGB 20420363
HSL0.170.580.52
HSV60°69°80°
CMYK 0.000.000.69   0.20
XYZ47.155055.908113.0086
Yxy55.90810.40630.4817
Hunter Lab74.7717-18.279042.0251
CIE-Lab79.5615-16.081166.2573

#cccb3f color RGB value is (204,203,63).

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

The process color (four color CMYK) of #cccb3f color hex is 0.00, 0.00, 0.69, 0.20. Web safe color of #cccb3f is #cccc33. Color #cccb3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00111111
Octal 314 313 77
Decimal 204 203 63
Hex CC CB 3F

RGB Percentages of Color #cccb3f

%43.40
%43.19
%13.40

CMYK Percentages of Color #cccb3f

%0
%0
%69
%20

Triadic Colors of #cccb3f

#cccb3f #3fcccb #cb3fcc

Analogous Colors of #cccb3f

#cccb3f #87cc3f #cc853f

Monochromatic Colors of #cccb3f

#cccb3f

Complementary Color

#cccb3f #3f40cc

#cccb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb3f Color CSS Codes

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

#cccb3f Text Font Color

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

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


#cccb3f Background Color

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

This div background color is #cccb3f


#cccb3f Border Color

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

This div border color is #cccb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb3f


Comments

No comments written yet.

Please login to write comment.