Color Hex Logo

#ccc167 Color Hex

#CCC167
(204,193,103)
0 Favorites   0 Comments

Color spaces of #ccc167

RGB 204193103
HSL0.150.500.60
HSV53°50°80°
CMYK 0.000.050.50   0.20
XYZ46.420051.956620.4140
Yxy51.95660.39080.4374
Hunter Lab72.0809-11.187933.6652
CIE-Lab77.2549-8.206146.3158

#ccc167 color RGB value is (204,193,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01100111
Octal 314 301 147
Decimal 204 193 103
Hex CC C1 67

RGB Percentages of Color #ccc167

%40.80
%38.60
%20.60

CMYK Percentages of Color #ccc167

%0
%5
%50
%20

Triadic Colors of #ccc167

#ccc167 #67ccc1 #c167cc

Analogous Colors of #ccc167

#ccc167 #a5cc67 #cc8f67

Monochromatic Colors of #ccc167

#ccc167

Complementary Color

#ccc167 #6772cc

#ccc167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc167 Color CSS Codes

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

#ccc167 Text Font Color

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

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


#ccc167 Background Color

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

This div background color is #ccc167


#ccc167 Border Color

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

This div border color is #ccc167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc167


Comments

No comments written yet.

Please login to write comment.