Color Hex Logo

#ccc31f Color Hex

#CCC31F
(204,195,31)
0 Favorites   0 Comments

Color spaces of #ccc31f

RGB 20419531
HSL0.160.740.46
HSV57°85°80°
CMYK 0.000.040.85   0.20
XYZ44.664351.96658.9728
Yxy51.96650.42290.4921
Hunter Lab72.0878-15.558343.0816
CIE-Lab77.2608-13.259873.7611

#ccc31f color RGB value is (204,195,31).

#ccc31f hex color red value is 204, green value is 195 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ccc31f hue: 0.16 , saturation: 0.74 and the lightness value of ccc31f is 0.46.

The process color (four color CMYK) of #ccc31f color hex is 0.00, 0.04, 0.85, 0.20. Web safe color of #ccc31f is #cccc33. Color #ccc31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00011111
Octal 314 303 37
Decimal 204 195 31
Hex CC C3 1F

RGB Percentages of Color #ccc31f

%47.44
%45.35
%7.21

CMYK Percentages of Color #ccc31f

%0
%4
%85
%20

Triadic Colors of #ccc31f

#ccc31f #1fccc3 #c31fcc

Analogous Colors of #ccc31f

#ccc31f #7fcc1f #cc6d1f

Monochromatic Colors of #ccc31f

#ccc31f

Complementary Color

#ccc31f #1f28cc

#ccc31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc31f Color CSS Codes

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

#ccc31f Text Font Color

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

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


#ccc31f Background Color

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

This div background color is #ccc31f


#ccc31f Border Color

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

This div border color is #ccc31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc31f


Comments

No comments written yet.

Please login to write comment.