Color Hex Logo

#ccf001 Color Hex

#CCF001
(204,240,1)
0 Favorites   0 Comments

Color spaces of #ccf001

RGB 2042401
HSL0.190.990.47
HSV69°100°94°
CMYK 0.150.001.00   0.06
XYZ56.067475.159711.5809
Yxy75.15970.39260.5263
Hunter Lab86.6947-36.275852.7662
CIE-Lab89.4677-35.267887.0812

#ccf001 color RGB value is (204,240,1).

#ccf001 hex color red value is 204, green value is 240 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ccf001 hue: 0.19 , saturation: 0.99 and the lightness value of ccf001 is 0.47.

The process color (four color CMYK) of #ccf001 color hex is 0.15, 0.00, 1.00, 0.06. Web safe color of #ccf001 is #ccff00. Color #ccf001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 00000001
Octal 314 360 1
Decimal 204 240 1
Hex CC F0 1

RGB Percentages of Color #ccf001

%45.84
%53.93
%0.22

CMYK Percentages of Color #ccf001

%15
%0
%100
%6

Triadic Colors of #ccf001

#ccf001 #01ccf0 #f001cc

Analogous Colors of #ccf001

#ccf001 #55f001 #f09d01

Monochromatic Colors of #ccf001

#ccf001

Complementary Color

#ccf001 #2501f0

#ccf001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf001 Color CSS Codes

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

#ccf001 Text Font Color

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

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


#ccf001 Background Color

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

This div background color is #ccf001


#ccf001 Border Color

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

This div border color is #ccf001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf001


Comments

No comments written yet.

Please login to write comment.