Color Hex Logo

#ccfcc4 Color Hex

#CCFCC4
(204,252,196)
0 Favorites   0 Comments

Color spaces of #ccfcc4

RGB 204252196
HSL0.310.900.88
HSV111°22°99°
CMYK 0.190.000.22   0.01
XYZ69.676086.443765.2375
Yxy86.44370.31480.3905
Hunter Lab92.9751-28.937723.4808
CIE-Lab94.5017-25.464921.9132

#ccfcc4 color RGB value is (204,252,196).

#ccfcc4 hex color red value is 204, green value is 252 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ccfcc4 hue: 0.31 , saturation: 0.90 and the lightness value of ccfcc4 is 0.88.

The process color (four color CMYK) of #ccfcc4 color hex is 0.19, 0.00, 0.22, 0.01. Web safe color of #ccfcc4 is #ccffcc. Color #ccfcc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11000100
Octal 314 374 304
Decimal 204 252 196
Hex CC FC C4

RGB Percentages of Color #ccfcc4

%31.29
%38.65
%30.06

CMYK Percentages of Color #ccfcc4

%19
%0
%22
%1

Triadic Colors of #ccfcc4

#ccfcc4 #c4ccfc #fcc4cc

Analogous Colors of #ccfcc4

#ccfcc4 #c4fcd8 #e8fcc4

Monochromatic Colors of #ccfcc4

#ccfcc4

Complementary Color

#ccfcc4 #f4c4fc

#ccfcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcc4 Color CSS Codes

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

#ccfcc4 Text Font Color

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

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


#ccfcc4 Background Color

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

This div background color is #ccfcc4


#ccfcc4 Border Color

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

This div border color is #ccfcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcc4


Comments

No comments written yet.

Please login to write comment.