Color Hex Logo

#ccf58f Color Hex

#CCF58F
(204,245,143)
0 Favorites   0 Comments

Color spaces of #ccf58f

RGB 204245143
HSL0.230.840.76
HSV84°42°96°
CMYK 0.170.000.42   0.04
XYZ62.512280.125438.1576
Yxy80.12540.34580.4432
Hunter Lab89.5128-31.990037.3848
CIE-Lab91.7411-29.578744.7547

#ccf58f color RGB value is (204,245,143).

#ccf58f hex color red value is 204, green value is 245 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccf58f hue: 0.23 , saturation: 0.84 and the lightness value of ccf58f is 0.76.

The process color (four color CMYK) of #ccf58f color hex is 0.17, 0.00, 0.42, 0.04. Web safe color of #ccf58f is #ccff99. Color #ccf58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 10001111
Octal 314 365 217
Decimal 204 245 143
Hex CC F5 8F

RGB Percentages of Color #ccf58f

%34.46
%41.39
%24.16

CMYK Percentages of Color #ccf58f

%17
%0
%42
%4

Triadic Colors of #ccf58f

#ccf58f #8fccf5 #f58fcc

Analogous Colors of #ccf58f

#ccf58f #99f58f #f5eb8f

Monochromatic Colors of #ccf58f

#ccf58f

Complementary Color

#ccf58f #b88ff5

#ccf58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf58f Color CSS Codes

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

#ccf58f Text Font Color

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

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


#ccf58f Background Color

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

This div background color is #ccf58f


#ccf58f Border Color

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

This div border color is #ccf58f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,245,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 #ccf58f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf58f


Comments

No comments written yet.

Please login to write comment.