Color Hex Logo

#ccc27a Color Hex

#CCC27A
(204,194,122)
0 Favorites   0 Comments

Color spaces of #ccc27a

RGB 204194122
HSL0.150.450.64
HSV53°40°80°
CMYK 0.000.050.40   0.20
XYZ47.706552.826126.0944
Yxy52.82610.37670.4172
Hunter Lab72.6816-10.029529.5906
CIE-Lab77.7722-6.831637.4464

#ccc27a color RGB value is (204,194,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01111010
Octal 314 302 172
Decimal 204 194 122
Hex CC C2 7A

RGB Percentages of Color #ccc27a

%39.23
%37.31
%23.46

CMYK Percentages of Color #ccc27a

%0
%5
%40
%20

Triadic Colors of #ccc27a

#ccc27a #7accc2 #c27acc

Analogous Colors of #ccc27a

#ccc27a #adcc7a #cc997a

Monochromatic Colors of #ccc27a

#ccc27a

Complementary Color

#ccc27a #7a84cc

#ccc27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc27a Color CSS Codes

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

#ccc27a Text Font Color

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

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


#ccc27a Background Color

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

This div background color is #ccc27a


#ccc27a Border Color

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

This div border color is #ccc27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc27a


Comments

No comments written yet.

Please login to write comment.