Color Hex Logo

#ccc91c Color Hex

#CCC91C
(204,201,28)
0 Favorites   0 Comments

Color spaces of #ccc91c

RGB 20420128
HSL0.160.760.45
HSV59°86°80°
CMYK 0.000.010.86   0.20
XYZ45.998154.69459.2313
Yxy54.69450.41850.4976
Hunter Lab73.9557-18.401244.3683
CIE-Lab78.8650-16.342775.6990

#ccc91c color RGB value is (204,201,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00011100
Octal 314 311 34
Decimal 204 201 28
Hex CC C9 1C

RGB Percentages of Color #ccc91c

%47.11
%46.42
%6.47

CMYK Percentages of Color #ccc91c

%0
%1
%86
%20

Triadic Colors of #ccc91c

#ccc91c #1cccc9 #c91ccc

Analogous Colors of #ccc91c

#ccc91c #77cc1c #cc711c

Monochromatic Colors of #ccc91c

#ccc91c

Complementary Color

#ccc91c #1c1fcc

#ccc91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc91c Color CSS Codes

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

#ccc91c Text Font Color

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

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


#ccc91c Background Color

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

This div background color is #ccc91c


#ccc91c Border Color

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

This div border color is #ccc91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc91c


Comments

No comments written yet.

Please login to write comment.