Color Hex Logo

#ccfda0 Color Hex

#CCFDA0
(204,253,160)
0 Favorites   0 Comments

Color spaces of #ccfda0

RGB 204253160
HSL0.250.960.81
HSV92°37°99°
CMYK 0.190.000.37   0.01
XYZ66.372385.626046.2870
Yxy85.62600.33470.4318
Hunter Lab92.5343-33.902035.1163
CIE-Lab94.1522-31.199539.5354

#ccfda0 color RGB value is (204,253,160).

#ccfda0 hex color red value is 204, green value is 253 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ccfda0 hue: 0.25 , saturation: 0.96 and the lightness value of ccfda0 is 0.81.

The process color (four color CMYK) of #ccfda0 color hex is 0.19, 0.00, 0.37, 0.01. Web safe color of #ccfda0 is #ccff99. Color #ccfda0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 10100000
Octal 314 375 240
Decimal 204 253 160
Hex CC FD A0

RGB Percentages of Color #ccfda0

%33.06
%41.00
%25.93

CMYK Percentages of Color #ccfda0

%19
%0
%37
%1

Triadic Colors of #ccfda0

#ccfda0 #a0ccfd #fda0cc

Analogous Colors of #ccfda0

#ccfda0 #a0fda3 #fbfda0

Monochromatic Colors of #ccfda0

#ccfda0

Complementary Color

#ccfda0 #d1a0fd

#ccfda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfda0 Color CSS Codes

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

#ccfda0 Text Font Color

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

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


#ccfda0 Background Color

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

This div background color is #ccfda0


#ccfda0 Border Color

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

This div border color is #ccfda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfda0

Related Colors


Comments

No comments written yet.

Please login to write comment.