Color Hex Logo

#ccbc63 Color Hex

#CCBC63
(204,188,99)
0 Favorites   0 Comments

Color spaces of #ccbc63

RGB 20418899
HSL0.140.510.59
HSV51°51°80°
CMYK 0.000.080.51   0.20
XYZ45.137249.704719.0194
Yxy49.70470.39640.4365
Hunter Lab70.5016-9.096733.3563
CIE-Lab75.8876-5.973946.6269

#ccbc63 color RGB value is (204,188,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 01100011
Octal 314 274 143
Decimal 204 188 99
Hex CC BC 63

RGB Percentages of Color #ccbc63

%41.55
%38.29
%20.16

CMYK Percentages of Color #ccbc63

%0
%8
%51
%20

Triadic Colors of #ccbc63

#ccbc63 #63ccbc #bc63cc

Analogous Colors of #ccbc63

#ccbc63 #a8cc63 #cc8863

Monochromatic Colors of #ccbc63

#ccbc63

Complementary Color

#ccbc63 #6373cc

#ccbc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc63 Color CSS Codes

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

#ccbc63 Text Font Color

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

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


#ccbc63 Background Color

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

This div background color is #ccbc63


#ccbc63 Border Color

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

This div border color is #ccbc63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,188,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 #ccbc63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc63


Comments

No comments written yet.

Please login to write comment.