Color Hex Logo

#ccc69a Color Hex

#CCC69A
(204,198,154)
0 Favorites   0 Comments

Color spaces of #ccc69a

RGB 204198154
HSL0.150.330.70
HSV53°25°80°
CMYK 0.000.030.25   0.20
XYZ50.928755.558638.6115
Yxy55.55860.35100.3829
Hunter Lab74.5376-8.478721.4633
CIE-Lab79.3619-4.931922.8544

#ccc69a color RGB value is (204,198,154).

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

The process color (four color CMYK) of #ccc69a color hex is 0.00, 0.03, 0.25, 0.20. Web safe color of #ccc69a is #cccc99. Color #ccc69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10011010
Octal 314 306 232
Decimal 204 198 154
Hex CC C6 9A

RGB Percentages of Color #ccc69a

%36.69
%35.61
%27.70

CMYK Percentages of Color #ccc69a

%0
%3
%25
%20

Triadic Colors of #ccc69a

#ccc69a #9accc6 #c69acc

Analogous Colors of #ccc69a

#ccc69a #b9cc9a #ccad9a

Monochromatic Colors of #ccc69a

#ccc69a

Complementary Color

#ccc69a #9aa0cc

#ccc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc69a Color CSS Codes

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

#ccc69a Text Font Color

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

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


#ccc69a Background Color

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

This div background color is #ccc69a


#ccc69a Border Color

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

This div border color is #ccc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc69a


Comments

No comments written yet.

Please login to write comment.