Color Hex Logo

#ccfca6 Color Hex

#CCFCA6
(204,252,166)
0 Favorites   0 Comments

Color spaces of #ccfca6

RGB 204252166
HSL0.260.930.82
HSV93°34°99°
CMYK 0.190.000.34   0.01
XYZ66.595285.211449.0139
Yxy85.21140.33160.4243
Hunter Lab92.3100-32.767333.1358
CIE-Lab93.9741-29.935936.3314

#ccfca6 color RGB value is (204,252,166).

#ccfca6 hex color red value is 204, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ccfca6 hue: 0.26 , saturation: 0.93 and the lightness value of ccfca6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 10100110
Octal 314 374 246
Decimal 204 252 166
Hex CC FC A6

RGB Percentages of Color #ccfca6

%32.80
%40.51
%26.69

CMYK Percentages of Color #ccfca6

%19
%0
%34
%1

Triadic Colors of #ccfca6

#ccfca6 #a6ccfc #fca6cc

Analogous Colors of #ccfca6

#ccfca6 #a6fcab #f7fca6

Monochromatic Colors of #ccfca6

#ccfca6

Complementary Color

#ccfca6 #d6a6fc

#ccfca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfca6 Color CSS Codes

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

#ccfca6 Text Font Color

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

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


#ccfca6 Background Color

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

This div background color is #ccfca6


#ccfca6 Border Color

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

This div border color is #ccfca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfca6


Comments

No comments written yet.

Please login to write comment.