Color Hex Logo

#ccb861 Color Hex

#CCB861
(204,184,97)
0 Favorites   0 Comments

Color spaces of #ccb861

RGB 20418497
HSL0.140.510.59
HSV49°52°80°
CMYK 0.000.100.52   0.20
XYZ44.200047.981418.2410
Yxy47.98140.40030.4345
Hunter Lab69.2686-7.320032.8748
CIE-Lab74.8132-4.061546.3209

#ccb861 color RGB value is (204,184,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01100001
Octal 314 270 141
Decimal 204 184 97
Hex CC B8 61

RGB Percentages of Color #ccb861

%42.06
%37.94
%20.00

CMYK Percentages of Color #ccb861

%0
%10
%52
%20

Triadic Colors of #ccb861

#ccb861 #61ccb8 #b861cc

Analogous Colors of #ccb861

#ccb861 #abcc61 #cc8361

Monochromatic Colors of #ccb861

#ccb861

Complementary Color

#ccb861 #6175cc

#ccb861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb861 Color CSS Codes

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

#ccb861 Text Font Color

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

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


#ccb861 Background Color

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

This div background color is #ccb861


#ccb861 Border Color

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

This div border color is #ccb861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb861


Comments

No comments written yet.

Please login to write comment.