Color Hex Logo

#ccc126 Color Hex

#CCC126
(204,193,38)
0 Favorites   0 Comments

Color spaces of #ccc126

RGB 20419338
HSL0.160.690.47
HSV56°81°80°
CMYK 0.000.050.81   0.20
XYZ44.321751.11729.3643
Yxy51.11720.42290.4877
Hunter Lab71.4963-14.463542.2818
CIE-Lab76.7499-12.054371.6325

#ccc126 color RGB value is (204,193,38).

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

The process color (four color CMYK) of #ccc126 color hex is 0.00, 0.05, 0.81, 0.20. Web safe color of #ccc126 is #cccc33. Color #ccc126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00100110
Octal 314 301 46
Decimal 204 193 38
Hex CC C1 26

RGB Percentages of Color #ccc126

%46.90
%44.37
%8.74

CMYK Percentages of Color #ccc126

%0
%5
%81
%20

Triadic Colors of #ccc126

#ccc126 #26ccc1 #c126cc

Analogous Colors of #ccc126

#ccc126 #84cc26 #cc6e26

Monochromatic Colors of #ccc126

#ccc126

Complementary Color

#ccc126 #2631cc

#ccc126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc126 Color CSS Codes

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

#ccc126 Text Font Color

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

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


#ccc126 Background Color

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

This div background color is #ccc126


#ccc126 Border Color

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

This div border color is #ccc126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc126


Comments

No comments written yet.

Please login to write comment.