Color Hex Logo

#ccf9c5 Color Hex

#CCF9C5
(204,249,197)
0 Favorites   0 Comments

Color spaces of #ccf9c5

RGB 204249197
HSL0.310.810.87
HSV112°21°98°
CMYK 0.180.000.21   0.02
XYZ68.855684.620065.5275
Yxy84.62000.31440.3864
Hunter Lab91.9891-27.370422.1578
CIE-Lab93.7191-23.868020.3144

#ccf9c5 color RGB value is (204,249,197).

#ccf9c5 hex color red value is 204, green value is 249 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ccf9c5 hue: 0.31 , saturation: 0.81 and the lightness value of ccf9c5 is 0.87.

The process color (four color CMYK) of #ccf9c5 color hex is 0.18, 0.00, 0.21, 0.02. Web safe color of #ccf9c5 is #ccffcc. Color #ccf9c5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 11000101
Octal 314 371 305
Decimal 204 249 197
Hex CC F9 C5

RGB Percentages of Color #ccf9c5

%31.38
%38.31
%30.31

CMYK Percentages of Color #ccf9c5

%18
%0
%21
%2

Triadic Colors of #ccf9c5

#ccf9c5 #c5ccf9 #f9c5cc

Analogous Colors of #ccf9c5

#ccf9c5 #c5f9d8 #e6f9c5

Monochromatic Colors of #ccf9c5

#ccf9c5

Complementary Color

#ccf9c5 #f2c5f9

#ccf9c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9c5 Color CSS Codes

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

#ccf9c5 Text Font Color

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

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


#ccf9c5 Background Color

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

This div background color is #ccf9c5


#ccf9c5 Border Color

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

This div border color is #ccf9c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9c5


Comments

No comments written yet.

Please login to write comment.