Color Hex Logo

#ccfa07 Color Hex

#CCFA07
(204,250,7)
0 Favorites   0 Comments

Color spaces of #ccfa07

RGB 2042507
HSL0.200.960.50
HSV71°97°98°
CMYK 0.180.000.97   0.02
XYZ59.125881.223912.7625
Yxy81.22390.38620.5305
Hunter Lab90.1243-40.613154.6910
CIE-Lab92.2312-39.689288.7268

#ccfa07 color RGB value is (204,250,7).

#ccfa07 hex color red value is 204, green value is 250 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ccfa07 hue: 0.20 , saturation: 0.96 and the lightness value of ccfa07 is 0.50.

The process color (four color CMYK) of #ccfa07 color hex is 0.18, 0.00, 0.97, 0.02. Web safe color of #ccfa07 is #ccff00. Color #ccfa07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 00000111
Octal 314 372 7
Decimal 204 250 7
Hex CC FA 7

RGB Percentages of Color #ccfa07

%44.25
%54.23
%1.52

CMYK Percentages of Color #ccfa07

%18
%0
%97
%2

Triadic Colors of #ccfa07

#ccfa07 #07ccfa #fa07cc

Analogous Colors of #ccfa07

#ccfa07 #52fa07 #faaf07

Monochromatic Colors of #ccfa07

#ccfa07

Complementary Color

#ccfa07 #3507fa

#ccfa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa07 Color CSS Codes

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

#ccfa07 Text Font Color

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

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


#ccfa07 Background Color

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

This div background color is #ccfa07


#ccfa07 Border Color

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

This div border color is #ccfa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa07


Comments

No comments written yet.

Please login to write comment.