Color Hex Logo

#ccf56f Color Hex

#CCF56F
(204,245,111)
0 Favorites   0 Comments

Color spaces of #ccf56f

RGB 204245111
HSL0.220.870.70
HSV78°55°96°
CMYK 0.170.000.55   0.04
XYZ60.423579.289927.1588
Yxy79.28990.36210.4752
Hunter Lab89.0449-34.703244.2479
CIE-Lab91.3653-32.856759.2161

#ccf56f color RGB value is (204,245,111).

#ccf56f hex color red value is 204, green value is 245 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ccf56f hue: 0.22 , saturation: 0.87 and the lightness value of ccf56f is 0.70.

The process color (four color CMYK) of #ccf56f color hex is 0.17, 0.00, 0.55, 0.04. Web safe color of #ccf56f is #ccff66. Color #ccf56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 01101111
Octal 314 365 157
Decimal 204 245 111
Hex CC F5 6F

RGB Percentages of Color #ccf56f

%36.43
%43.75
%19.82

CMYK Percentages of Color #ccf56f

%17
%0
%55
%4

Triadic Colors of #ccf56f

#ccf56f #6fccf5 #f56fcc

Analogous Colors of #ccf56f

#ccf56f #89f56f #f5db6f

Monochromatic Colors of #ccf56f

#ccf56f

Complementary Color

#ccf56f #986ff5

#ccf56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf56f Color CSS Codes

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

#ccf56f Text Font Color

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

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


#ccf56f Background Color

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

This div background color is #ccf56f


#ccf56f Border Color

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

This div border color is #ccf56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf56f


Comments

No comments written yet.

Please login to write comment.