Color Hex Logo

#ccc14a Color Hex

#CCC14A
(204,193,74)
0 Favorites   0 Comments

Color spaces of #ccc14a

RGB 20419374
HSL0.150.560.55
HSV55°64°80°
CMYK 0.000.050.64   0.20
XYZ45.207851.471714.0309
Yxy51.47170.40830.4649
Hunter Lab71.7438-13.073738.6253
CIE-Lab76.9639-10.409559.2630

#ccc14a color RGB value is (204,193,74).

#ccc14a hex color red value is 204, green value is 193 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccc14a hue: 0.15 , saturation: 0.56 and the lightness value of ccc14a is 0.55.

The process color (four color CMYK) of #ccc14a color hex is 0.00, 0.05, 0.64, 0.20. Web safe color of #ccc14a is #cccc33. Color #ccc14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01001010
Octal 314 301 112
Decimal 204 193 74
Hex CC C1 4A

RGB Percentages of Color #ccc14a

%43.31
%40.98
%15.71

CMYK Percentages of Color #ccc14a

%0
%5
%64
%20

Triadic Colors of #ccc14a

#ccc14a #4accc1 #c14acc

Analogous Colors of #ccc14a

#ccc14a #96cc4a #cc804a

Monochromatic Colors of #ccc14a

#ccc14a

Complementary Color

#ccc14a #4a55cc

#ccc14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc14a Color CSS Codes

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

#ccc14a Text Font Color

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

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


#ccc14a Background Color

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

This div background color is #ccc14a


#ccc14a Border Color

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

This div border color is #ccc14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc14a


Comments

No comments written yet.

Please login to write comment.