Color Hex Logo

#ccc67a Color Hex

#CCC67A
(204,198,122)
0 Favorites   0 Comments

Color spaces of #ccc67a

RGB 204198122
HSL0.150.450.64
HSV56°40°80°
CMYK 0.000.030.40   0.20
XYZ48.608854.630726.3952
Yxy54.63070.37500.4214
Hunter Lab73.9126-11.956030.5655
CIE-Lab78.8281-8.893238.7914

#ccc67a color RGB value is (204,198,122).

#ccc67a hex color red value is 204, green value is 198 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccc67a hue: 0.15 , saturation: 0.45 and the lightness value of ccc67a is 0.64.

The process color (four color CMYK) of #ccc67a color hex is 0.00, 0.03, 0.40, 0.20. Web safe color of #ccc67a is #cccc66. Color #ccc67a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01111010
Octal 314 306 172
Decimal 204 198 122
Hex CC C6 7A

RGB Percentages of Color #ccc67a

%38.93
%37.79
%23.28

CMYK Percentages of Color #ccc67a

%0
%3
%40
%20

Triadic Colors of #ccc67a

#ccc67a #7accc6 #c67acc

Analogous Colors of #ccc67a

#ccc67a #a9cc7a #cc9d7a

Monochromatic Colors of #ccc67a

#ccc67a

Complementary Color

#ccc67a #7a80cc

#ccc67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc67a Color CSS Codes

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

#ccc67a Text Font Color

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

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


#ccc67a Background Color

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

This div background color is #ccc67a


#ccc67a Border Color

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

This div border color is #ccc67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc67a


Comments

No comments written yet.

Please login to write comment.