Color Hex Logo

#ccfa5f Color Hex

#CCFA5F
(204,250,95)
0 Favorites   0 Comments

Color spaces of #ccfa5f

RGB 20425095
HSL0.220.940.68
HSV78°62°98°
CMYK 0.180.000.62   0.02
XYZ61.153082.034823.4377
Yxy82.03480.36700.4923
Hunter Lab90.5731-37.983548.0586
CIE-Lab92.5902-36.413267.3625

#ccfa5f color RGB value is (204,250,95).

#ccfa5f hex color red value is 204, green value is 250 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccfa5f hue: 0.22 , saturation: 0.94 and the lightness value of ccfa5f is 0.68.

The process color (four color CMYK) of #ccfa5f color hex is 0.18, 0.00, 0.62, 0.02. Web safe color of #ccfa5f is #ccff66. Color #ccfa5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 01011111
Octal 314 372 137
Decimal 204 250 95
Hex CC FA 5F

RGB Percentages of Color #ccfa5f

%37.16
%45.54
%17.30

CMYK Percentages of Color #ccfa5f

%18
%0
%62
%2

Triadic Colors of #ccfa5f

#ccfa5f #5fccfa #fa5fcc

Analogous Colors of #ccfa5f

#ccfa5f #7ffa5f #fadb5f

Monochromatic Colors of #ccfa5f

#ccfa5f

Complementary Color

#ccfa5f #8d5ffa

#ccfa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa5f Color CSS Codes

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

#ccfa5f Text Font Color

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

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


#ccfa5f Background Color

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

This div background color is #ccfa5f


#ccfa5f Border Color

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

This div border color is #ccfa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa5f


Comments

No comments written yet.

Please login to write comment.