Color Hex Logo

#cccf10 Color Hex

#CCCF10
(204,207,16)
0 Favorites   0 Comments

Color spaces of #cccf10

RGB 20420716
HSL0.170.860.44
HSV61°92°81°
CMYK 0.010.000.92   0.19
XYZ47.308257.50049.0955
Yxy57.50040.41530.5048
Hunter Lab75.8290-21.338245.9686
CIE-Lab80.4602-19.526878.8824

#cccf10 color RGB value is (204,207,16).

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

The process color (four color CMYK) of #cccf10 color hex is 0.01, 0.00, 0.92, 0.19. Web safe color of #cccf10 is #cccc00. Color #cccf10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 00010000
Octal 314 317 20
Decimal 204 207 16
Hex CC CF 10

RGB Percentages of Color #cccf10

%47.78
%48.48
%3.75

CMYK Percentages of Color #cccf10

%1
%0
%92
%19

Triadic Colors of #cccf10

#cccf10 #10cccf #cf10cc

Analogous Colors of #cccf10

#cccf10 #6dcf10 #cf7310

Monochromatic Colors of #cccf10

#cccf10

Complementary Color

#cccf10 #1310cf

#cccf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf10 Color CSS Codes

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

#cccf10 Text Font Color

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

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


#cccf10 Background Color

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

This div background color is #cccf10


#cccf10 Border Color

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

This div border color is #cccf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf10


Comments

No comments written yet.

Please login to write comment.