Color Hex Logo

#ccfa8f Color Hex

#CCFA8F
(204,250,143)
0 Favorites   0 Comments

Color spaces of #ccfa8f

RGB 204250143
HSL0.240.910.77
HSV86°43°98°
CMYK 0.180.000.43   0.02
XYZ64.045483.191838.6687
Yxy83.19180.34450.4475
Hunter Lab91.2095-34.277838.7104
CIE-Lab93.0983-31.902746.4680

#ccfa8f color RGB value is (204,250,143).

#ccfa8f hex color red value is 204, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccfa8f hue: 0.24 , saturation: 0.91 and the lightness value of ccfa8f is 0.77.

The process color (four color CMYK) of #ccfa8f color hex is 0.18, 0.00, 0.43, 0.02. Web safe color of #ccfa8f is #ccff99. Color #ccfa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10001111
Octal 314 372 217
Decimal 204 250 143
Hex CC FA 8F

RGB Percentages of Color #ccfa8f

%34.17
%41.88
%23.95

CMYK Percentages of Color #ccfa8f

%18
%0
%43
%2

Triadic Colors of #ccfa8f

#ccfa8f #8fccfa #fa8fcc

Analogous Colors of #ccfa8f

#ccfa8f #97fa8f #faf38f

Monochromatic Colors of #ccfa8f

#ccfa8f

Complementary Color

#ccfa8f #bd8ffa

#ccfa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa8f Color CSS Codes

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

#ccfa8f Text Font Color

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

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


#ccfa8f Background Color

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

This div background color is #ccfa8f


#ccfa8f Border Color

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

This div border color is #ccfa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa8f


Comments

No comments written yet.

Please login to write comment.