Color Hex Logo

#ccc026 Color Hex

#CCC026
(204,192,38)
0 Favorites   0 Comments

Color spaces of #ccc026

RGB 20419238
HSL0.150.690.47
HSV56°81°80°
CMYK 0.000.060.81   0.20
XYZ44.101350.67669.2909
Yxy50.67660.42380.4870
Hunter Lab71.1875-13.995842.0931
CIE-Lab76.4827-11.546171.4029

#ccc026 color RGB value is (204,192,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00100110
Octal 314 300 46
Decimal 204 192 38
Hex CC C0 26

RGB Percentages of Color #ccc026

%47.00
%44.24
%8.76

CMYK Percentages of Color #ccc026

%0
%6
%81
%20

Triadic Colors of #ccc026

#ccc026 #26ccc0 #c026cc

Analogous Colors of #ccc026

#ccc026 #85cc26 #cc6d26

Monochromatic Colors of #ccc026

#ccc026

Complementary Color

#ccc026 #2632cc

#ccc026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc026 Color CSS Codes

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

#ccc026 Text Font Color

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

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


#ccc026 Background Color

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

This div background color is #ccc026


#ccc026 Border Color

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

This div border color is #ccc026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc026


Comments

No comments written yet.

Please login to write comment.