Color Hex Logo

#ccc91f Color Hex

#CCC91F
(204,201,31)
0 Favorites   0 Comments

Color spaces of #ccc91f

RGB 20420131
HSL0.160.740.46
HSV59°85°80°
CMYK 0.000.010.85   0.20
XYZ46.035854.70969.4300
Yxy54.70960.41780.4966
Hunter Lab73.9659-18.343444.2172
CIE-Lab78.8737-16.273175.0881

#ccc91f color RGB value is (204,201,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00011111
Octal 314 311 37
Decimal 204 201 31
Hex CC C9 1F

RGB Percentages of Color #ccc91f

%46.79
%46.10
%7.11

CMYK Percentages of Color #ccc91f

%0
%1
%85
%20

Triadic Colors of #ccc91f

#ccc91f #1fccc9 #c91fcc

Analogous Colors of #ccc91f

#ccc91f #79cc1f #cc731f

Monochromatic Colors of #ccc91f

#ccc91f

Complementary Color

#ccc91f #1f22cc

#ccc91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc91f Color CSS Codes

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

#ccc91f Text Font Color

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

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


#ccc91f Background Color

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

This div background color is #ccc91f


#ccc91f Border Color

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

This div border color is #ccc91f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,201,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 #ccc91f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc91f


Comments

No comments written yet.

Please login to write comment.