Color Hex Logo

#ccc101 Color Hex

#CCC101
(204,193,1)
0 Favorites   0 Comments

Color spaces of #ccc101

RGB 2041931
HSL0.160.990.40
HSV57°100°80°
CMYK 0.000.051.00   0.20
XYZ43.977350.97957.5509
Yxy50.97950.42900.4973
Hunter Lab71.3999-15.006543.7097
CIE-Lab76.6666-12.701977.6007

#ccc101 color RGB value is (204,193,1).

#ccc101 hex color red value is 204, green value is 193 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ccc101 hue: 0.16 , saturation: 0.99 and the lightness value of ccc101 is 0.40.

The process color (four color CMYK) of #ccc101 color hex is 0.00, 0.05, 1.00, 0.20. Web safe color of #ccc101 is #cccc00. Color #ccc101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00000001
Octal 314 301 1
Decimal 204 193 1
Hex CC C1 1

RGB Percentages of Color #ccc101

%51.26
%48.49
%0.25

CMYK Percentages of Color #ccc101

%0
%5
%100
%20

Triadic Colors of #ccc101

#ccc101 #01ccc1 #c101cc

Analogous Colors of #ccc101

#ccc101 #72cc01 #cc5b01

Monochromatic Colors of #ccc101

#ccc101

Complementary Color

#ccc101 #010ccc

#ccc101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc101 Color CSS Codes

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

#ccc101 Text Font Color

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

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


#ccc101 Background Color

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

This div background color is #ccc101


#ccc101 Border Color

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

This div border color is #ccc101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc101


Comments

No comments written yet.

Please login to write comment.