Color Hex Logo

#ccbb68 Color Hex

#CCBB68
(204,187,104)
0 Favorites   0 Comments

Color spaces of #ccbb68

RGB 204187104
HSL0.140.500.60
HSV50°49°80°
CMYK 0.000.080.49   0.20
XYZ45.170949.377520.2468
Yxy49.37750.39350.4301
Hunter Lab70.2691-8.226332.1050
CIE-Lab75.6856-5.005943.9235

#ccbb68 color RGB value is (204,187,104).

#ccbb68 hex color red value is 204, green value is 187 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ccbb68 hue: 0.14 , saturation: 0.50 and the lightness value of ccbb68 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01101000
Octal 314 273 150
Decimal 204 187 104
Hex CC BB 68

RGB Percentages of Color #ccbb68

%41.21
%37.78
%21.01

CMYK Percentages of Color #ccbb68

%0
%8
%49
%20

Triadic Colors of #ccbb68

#ccbb68 #68ccbb #bb68cc

Analogous Colors of #ccbb68

#ccbb68 #abcc68 #cc8968

Monochromatic Colors of #ccbb68

#ccbb68

Complementary Color

#ccbb68 #6879cc

#ccbb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb68 Color CSS Codes

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

#ccbb68 Text Font Color

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

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


#ccbb68 Background Color

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

This div background color is #ccbb68


#ccbb68 Border Color

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

This div border color is #ccbb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb68


Comments

No comments written yet.

Please login to write comment.