Color Hex Logo

#ccfa0e Color Hex

#CCFA0E
(204,250,14)
0 Favorites   0 Comments

Color spaces of #ccfa0e

RGB 20425014
HSL0.200.960.52
HSV72°94°98°
CMYK 0.180.000.94   0.02
XYZ59.166781.240312.9780
Yxy81.24030.38570.5296
Hunter Lab90.1334-40.559854.5564
CIE-Lab92.2385-39.622288.1915

#ccfa0e color RGB value is (204,250,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 00001110
Octal 314 372 16
Decimal 204 250 14
Hex CC FA E

RGB Percentages of Color #ccfa0e

%43.59
%53.42
%2.99

CMYK Percentages of Color #ccfa0e

%18
%0
%94
%2

Triadic Colors of #ccfa0e

#ccfa0e #0eccfa #fa0ecc

Analogous Colors of #ccfa0e

#ccfa0e #56fa0e #fab20e

Monochromatic Colors of #ccfa0e

#ccfa0e

Complementary Color

#ccfa0e #3c0efa

#ccfa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa0e Color CSS Codes

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

#ccfa0e Text Font Color

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

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


#ccfa0e Background Color

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

This div background color is #ccfa0e


#ccfa0e Border Color

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

This div border color is #ccfa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa0e


Comments

No comments written yet.

Please login to write comment.