Color Hex Logo

#ccc014 Color Hex

#CCC014
(204,192,20)
0 Favorites   0 Comments

Color spaces of #ccc014

RGB 20419220
HSL0.160.820.44
HSV56°90°80°
CMYK 0.000.060.90   0.20
XYZ43.877750.58718.1135
Yxy50.58710.42770.4932
Hunter Lab71.1246-14.349143.0238
CIE-Lab76.4282-11.966675.1976

#ccc014 color RGB value is (204,192,20).

#ccc014 hex color red value is 204, green value is 192 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ccc014 hue: 0.16 , saturation: 0.82 and the lightness value of ccc014 is 0.44.

The process color (four color CMYK) of #ccc014 color hex is 0.00, 0.06, 0.90, 0.20. Web safe color of #ccc014 is #cccc00. Color #ccc014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00010100
Octal 314 300 24
Decimal 204 192 20
Hex CC C0 14

RGB Percentages of Color #ccc014

%49.04
%46.15
%4.81

CMYK Percentages of Color #ccc014

%0
%6
%90
%20

Triadic Colors of #ccc014

#ccc014 #14ccc0 #c014cc

Analogous Colors of #ccc014

#ccc014 #7ccc14 #cc6414

Monochromatic Colors of #ccc014

#ccc014

Complementary Color

#ccc014 #1420cc

#ccc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc014 Color CSS Codes

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

#ccc014 Text Font Color

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

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


#ccc014 Background Color

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

This div background color is #ccc014


#ccc014 Border Color

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

This div border color is #ccc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc014


Comments

No comments written yet.

Please login to write comment.