Color Hex Logo

#ccc712 Color Hex

#CCC712
(204,199,18)
0 Favorites   0 Comments

Color spaces of #ccc712

RGB 20419918
HSL0.160.840.44
HSV58°91°80°
CMYK 0.000.020.91   0.20
XYZ45.434453.72798.5481
Yxy53.72790.42180.4988
Hunter Lab73.2993-17.631044.3952
CIE-Lab78.3028-15.529876.9530

#ccc712 color RGB value is (204,199,18).

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

The process color (four color CMYK) of #ccc712 color hex is 0.00, 0.02, 0.91, 0.20. Web safe color of #ccc712 is #cccc00. Color #ccc712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00010010
Octal 314 307 22
Decimal 204 199 18
Hex CC C7 12

RGB Percentages of Color #ccc712

%48.46
%47.27
%4.28

CMYK Percentages of Color #ccc712

%0
%2
%91
%20

Triadic Colors of #ccc712

#ccc712 #12ccc7 #c712cc

Analogous Colors of #ccc712

#ccc712 #74cc12 #cc6a12

Monochromatic Colors of #ccc712

#ccc712

Complementary Color

#ccc712 #1217cc

#ccc712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc712 Color CSS Codes

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

#ccc712 Text Font Color

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

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


#ccc712 Background Color

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

This div background color is #ccc712


#ccc712 Border Color

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

This div border color is #ccc712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc712


Comments

No comments written yet.

Please login to write comment.