Color Hex Logo

#ccc107 Color Hex

#CCC107
(204,193,7)
0 Favorites   0 Comments

Color spaces of #ccc107

RGB 2041937
HSL0.160.930.41
HSV57°97°80°
CMYK 0.000.050.97   0.20
XYZ44.010250.99267.7240
Yxy50.99260.42840.4964
Hunter Lab71.4091-14.954543.5732
CIE-Lab76.6745-12.639776.9912

#ccc107 color RGB value is (204,193,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00000111
Octal 314 301 7
Decimal 204 193 7
Hex CC C1 7

RGB Percentages of Color #ccc107

%50.50
%47.77
%1.73

CMYK Percentages of Color #ccc107

%0
%5
%97
%20

Triadic Colors of #ccc107

#ccc107 #07ccc1 #c107cc

Analogous Colors of #ccc107

#ccc107 #75cc07 #cc5f07

Monochromatic Colors of #ccc107

#ccc107

Complementary Color

#ccc107 #0712cc

#ccc107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc107 Color CSS Codes

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

#ccc107 Text Font Color

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

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


#ccc107 Background Color

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

This div background color is #ccc107


#ccc107 Border Color

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

This div border color is #ccc107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc107


Comments

No comments written yet.

Please login to write comment.