Color Hex Logo

#ccfd5f Color Hex

#CCFD5F
(204,253,95)
0 Favorites   0 Comments

Color spaces of #ccfd5f

RGB 20425395
HSL0.220.980.68
HSV79°62°99°
CMYK 0.190.000.62   0.01
XYZ62.092783.914223.7509
Yxy83.91420.36580.4943
Hunter Lab91.6047-39.315048.7508
CIE-Lab93.4132-37.760968.2499

#ccfd5f color RGB value is (204,253,95).

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

The process color (four color CMYK) of #ccfd5f color hex is 0.19, 0.00, 0.62, 0.01. Web safe color of #ccfd5f is #ccff66. Color #ccfd5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 01011111
Octal 314 375 137
Decimal 204 253 95
Hex CC FD 5F

RGB Percentages of Color #ccfd5f

%36.96
%45.83
%17.21

CMYK Percentages of Color #ccfd5f

%19
%0
%62
%1

Triadic Colors of #ccfd5f

#ccfd5f #5fccfd #fd5fcc

Analogous Colors of #ccfd5f

#ccfd5f #7dfd5f #fddf5f

Monochromatic Colors of #ccfd5f

#ccfd5f

Complementary Color

#ccfd5f #905ffd

#ccfd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfd5f Color CSS Codes

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

#ccfd5f Text Font Color

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

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


#ccfd5f Background Color

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

This div background color is #ccfd5f


#ccfd5f Border Color

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

This div border color is #ccfd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfd5f

Related Colors


Comments

No comments written yet.

Please login to write comment.