Color Hex Logo

#ccf58e Color Hex

#CCF58E
(204,245,142)
0 Favorites   0 Comments

Color spaces of #ccf58e

RGB 204245142
HSL0.230.840.76
HSV84°42°96°
CMYK 0.170.000.42   0.04
XYZ62.436780.095237.7603
Yxy80.09520.34630.4443
Hunter Lab89.4959-32.087637.6314
CIE-Lab91.7276-29.695445.2225

#ccf58e color RGB value is (204,245,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 10001110
Octal 314 365 216
Decimal 204 245 142
Hex CC F5 8E

RGB Percentages of Color #ccf58e

%34.52
%41.46
%24.03

CMYK Percentages of Color #ccf58e

%17
%0
%42
%4

Triadic Colors of #ccf58e

#ccf58e #8eccf5 #f58ecc

Analogous Colors of #ccf58e

#ccf58e #99f58e #f5eb8e

Monochromatic Colors of #ccf58e

#ccf58e

Complementary Color

#ccf58e #b78ef5

#ccf58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf58e Color CSS Codes

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

#ccf58e Text Font Color

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

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


#ccf58e Background Color

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

This div background color is #ccf58e


#ccf58e Border Color

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

This div border color is #ccf58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf58e


Comments

No comments written yet.

Please login to write comment.