Color Hex Logo

#ccb663 Color Hex

#CCB663
(204,182,99)
0 Favorites   0 Comments

Color spaces of #ccb663

RGB 20418299
HSL0.130.510.59
HSV47°51°80°
CMYK 0.000.110.51   0.20
XYZ43.881947.194118.6009
Yxy47.19410.40010.4303
Hunter Lab68.6980-6.201832.0350
CIE-Lab74.3138-2.840244.7394

#ccb663 color RGB value is (204,182,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 01100011
Octal 314 266 143
Decimal 204 182 99
Hex CC B6 63

RGB Percentages of Color #ccb663

%42.06
%37.53
%20.41

CMYK Percentages of Color #ccb663

%0
%11
%51
%20

Triadic Colors of #ccb663

#ccb663 #63ccb6 #b663cc

Analogous Colors of #ccb663

#ccb663 #aecc63 #cc8263

Monochromatic Colors of #ccb663

#ccb663

Complementary Color

#ccb663 #6379cc

#ccb663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb663 Color CSS Codes

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

#ccb663 Text Font Color

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

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


#ccb663 Background Color

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

This div background color is #ccb663


#ccb663 Border Color

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

This div border color is #ccb663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb663


Comments

No comments written yet.

Please login to write comment.