Color Hex Logo

#ccfdf7 Color Hex

#CCFDF7
(204,253,247)
0 Favorites   0 Comments

Color spaces of #ccfdf7

RGB 204253247
HSL0.480.920.90
HSV173°19°99°
CMYK 0.190.000.02   0.01
XYZ76.815689.8033101.2809
Yxy89.80330.28670.3352
Hunter Lab94.7646-21.14712.9683
CIE-Lab95.9151-16.6562-2.2756

#ccfdf7 color RGB value is (204,253,247).

#ccfdf7 hex color red value is 204, green value is 253 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ccfdf7 hue: 0.48 , saturation: 0.92 and the lightness value of ccfdf7 is 0.90.

The process color (four color CMYK) of #ccfdf7 color hex is 0.19, 0.00, 0.02, 0.01. Web safe color of #ccfdf7 is #ccffff. Color #ccfdf7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 11110111
Octal 314 375 367
Decimal 204 253 247
Hex CC FD F7

RGB Percentages of Color #ccfdf7

%28.98
%35.94
%35.09

CMYK Percentages of Color #ccfdf7

%19
%0
%2
%1

Triadic Colors of #ccfdf7

#ccfdf7 #f7ccfd #fdf7cc

Analogous Colors of #ccfdf7

#ccfdf7 #ccebfd #ccfddf

Monochromatic Colors of #ccfdf7

#ccfdf7

Complementary Color

#ccfdf7 #fdccd2

#ccfdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdf7 Color CSS Codes

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

#ccfdf7 Text Font Color

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

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


#ccfdf7 Background Color

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

This div background color is #ccfdf7


#ccfdf7 Border Color

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

This div border color is #ccfdf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdf7

Related Colors


Comments

No comments written yet.

Please login to write comment.