Color Hex Logo

#cccb63 Color Hex

#CCCB63
(204,203,99)
0 Favorites   0 Comments

Color spaces of #cccb63

RGB 20420399
HSL0.170.510.59
HSV59°51°80°
CMYK 0.000.000.51   0.20
XYZ48.509956.450120.1436
Yxy56.45010.38780.4512
Hunter Lab75.1333-16.234536.6974
CIE-Lab79.8693-13.652651.3311

#cccb63 color RGB value is (204,203,99).

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

The process color (four color CMYK) of #cccb63 color hex is 0.00, 0.00, 0.51, 0.20. Web safe color of #cccb63 is #cccc66. Color #cccb63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 01100011
Octal 314 313 143
Decimal 204 203 99
Hex CC CB 63

RGB Percentages of Color #cccb63

%40.32
%40.12
%19.57

CMYK Percentages of Color #cccb63

%0
%0
%51
%20

Triadic Colors of #cccb63

#cccb63 #63cccb #cb63cc

Analogous Colors of #cccb63

#cccb63 #99cc63 #cc9763

Monochromatic Colors of #cccb63

#cccb63

Complementary Color

#cccb63 #6364cc

#cccb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb63 Color CSS Codes

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

#cccb63 Text Font Color

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

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


#cccb63 Background Color

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

This div background color is #cccb63


#cccb63 Border Color

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

This div border color is #cccb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb63


Comments

No comments written yet.

Please login to write comment.