Color Hex Logo

#c7fcdd Color Hex

#C7FCDD
(199,252,221)
0 Favorites   0 Comments

Color spaces of #c7fcdd

RGB 199252221
HSL0.400.900.88
HSV145°21°99°
CMYK 0.210.000.12   0.01
XYZ71.414786.983481.4321
Yxy86.98340.29780.3627
Hunter Lab93.2649-26.532713.5177
CIE-Lab94.7312-22.73489.3747

#c7fcdd color RGB value is (199,252,221).

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

The process color (four color CMYK) of #c7fcdd color hex is 0.21, 0.00, 0.12, 0.01. Web safe color of #c7fcdd is #ccffcc. Color #c7fcdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111100 11011101
Octal 307 374 335
Decimal 199 252 221
Hex C7 FC DD

RGB Percentages of Color #c7fcdd

%29.61
%37.50
%32.89

CMYK Percentages of Color #c7fcdd

%21
%0
%12
%1

Triadic Colors of #c7fcdd

#c7fcdd #ddc7fc #fcddc7

Analogous Colors of #c7fcdd

#c7fcdd #c7fcf8 #ccfcc7

Monochromatic Colors of #c7fcdd

#c7fcdd

Complementary Color

#c7fcdd #fcc7e6

#c7fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fcdd Color CSS Codes

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

#c7fcdd Text Font Color

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

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


#c7fcdd Background Color

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

This div background color is #c7fcdd


#c7fcdd Border Color

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

This div border color is #c7fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fcdd


Comments

No comments written yet.

Please login to write comment.