Color Hex Logo

#ccc274 Color Hex

#CCC274
(204,194,116)
0 Favorites   0 Comments

Color spaces of #ccc274

RGB 204194116
HSL0.150.460.63
HSV53°43°80°
CMYK 0.000.050.43   0.20
XYZ47.346052.681924.1962
Yxy52.68190.38110.4241
Hunter Lab72.5823-10.582131.0426
CIE-Lab77.6868-7.466940.3877

#ccc274 color RGB value is (204,194,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01110100
Octal 314 302 164
Decimal 204 194 116
Hex CC C2 74

RGB Percentages of Color #ccc274

%39.69
%37.74
%22.57

CMYK Percentages of Color #ccc274

%0
%5
%43
%20

Triadic Colors of #ccc274

#ccc274 #74ccc2 #c274cc

Analogous Colors of #ccc274

#ccc274 #aacc74 #cc9674

Monochromatic Colors of #ccc274

#ccc274

Complementary Color

#ccc274 #747ecc

#ccc274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc274 Color CSS Codes

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

#ccc274 Text Font Color

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

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


#ccc274 Background Color

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

This div background color is #ccc274


#ccc274 Border Color

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

This div border color is #ccc274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc274


Comments

No comments written yet.

Please login to write comment.