Color Hex Logo

#ccc467 Color Hex

#CCC467
(204,196,103)
0 Favorites   0 Comments

Color spaces of #ccc467

RGB 204196103
HSL0.150.500.60
HSV55°50°80°
CMYK 0.000.040.50   0.20
XYZ47.089953.296520.6373
Yxy53.29650.38910.4404
Hunter Lab73.0045-12.620334.3427
CIE-Lab78.0497-9.747147.2703

#ccc467 color RGB value is (204,196,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01100111
Octal 314 304 147
Decimal 204 196 103
Hex CC C4 67

RGB Percentages of Color #ccc467

%40.56
%38.97
%20.48

CMYK Percentages of Color #ccc467

%0
%4
%50
%20

Triadic Colors of #ccc467

#ccc467 #67ccc4 #c467cc

Analogous Colors of #ccc467

#ccc467 #a2cc67 #cc9267

Monochromatic Colors of #ccc467

#ccc467

Complementary Color

#ccc467 #676fcc

#ccc467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc467 Color CSS Codes

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

#ccc467 Text Font Color

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

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


#ccc467 Background Color

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

This div background color is #ccc467


#ccc467 Border Color

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

This div border color is #ccc467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc467


Comments

No comments written yet.

Please login to write comment.