Color Hex Logo

#cccf41 Color Hex

#CCCF41
(204,207,65)
0 Favorites   0 Comments

Color spaces of #cccf41

RGB 20420765
HSL0.170.600.53
HSV61°69°81°
CMYK 0.010.000.69   0.19
XYZ48.168857.844713.6274
Yxy57.84470.40260.4835
Hunter Lab76.0557-20.047042.6156
CIE-Lab80.6524-17.966666.6003

#cccf41 color RGB value is (204,207,65).

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

The process color (four color CMYK) of #cccf41 color hex is 0.01, 0.00, 0.69, 0.19. Web safe color of #cccf41 is #cccc33. Color #cccf41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 01000001
Octal 314 317 101
Decimal 204 207 65
Hex CC CF 41

RGB Percentages of Color #cccf41

%42.86
%43.49
%13.66

CMYK Percentages of Color #cccf41

%1
%0
%69
%19

Triadic Colors of #cccf41

#cccf41 #41cccf #cf41cc

Analogous Colors of #cccf41

#cccf41 #85cf41 #cf8b41

Monochromatic Colors of #cccf41

#cccf41

Complementary Color

#cccf41 #4441cf

#cccf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf41 Color CSS Codes

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

#cccf41 Text Font Color

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

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


#cccf41 Background Color

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

This div background color is #cccf41


#cccf41 Border Color

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

This div border color is #cccf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf41


Comments

No comments written yet.

Please login to write comment.