Color Hex Logo

#ccc241 Color Hex

#CCC241
(204,194,65)
0 Favorites   0 Comments

Color spaces of #ccc241

RGB 20419465
HSL0.150.580.53
HSV56°68°80°
CMYK 0.000.050.68   0.20
XYZ45.147851.802612.6204
Yxy51.80260.41200.4728
Hunter Lab71.9740-13.985239.9855
CIE-Lab77.1627-11.439163.1111

#ccc241 color RGB value is (204,194,65).

#ccc241 hex color red value is 204, green value is 194 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ccc241 hue: 0.15 , saturation: 0.58 and the lightness value of ccc241 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01000001
Octal 314 302 101
Decimal 204 194 65
Hex CC C2 41

RGB Percentages of Color #ccc241

%44.06
%41.90
%14.04

CMYK Percentages of Color #ccc241

%0
%5
%68
%20

Triadic Colors of #ccc241

#ccc241 #41ccc2 #c241cc

Analogous Colors of #ccc241

#ccc241 #91cc41 #cc7d41

Monochromatic Colors of #ccc241

#ccc241

Complementary Color

#ccc241 #414bcc

#ccc241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc241 Color CSS Codes

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

#ccc241 Text Font Color

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

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


#ccc241 Background Color

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

This div background color is #ccc241


#ccc241 Border Color

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

This div border color is #ccc241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc241


Comments

No comments written yet.

Please login to write comment.