Color Hex Logo

#c6fcdd Color Hex

#C6FCDD
(198,252,221)
0 Favorites   0 Comments

Color spaces of #c6fcdd

RGB 198252221
HSL0.400.900.88
HSV146°21°99°
CMYK 0.210.000.12   0.01
XYZ71.150386.847081.4198
Yxy86.84700.29720.3627
Hunter Lab93.1917-26.803813.4337
CIE-Lab94.6733-23.04699.2840

#c6fcdd color RGB value is (198,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111100 11011101
Octal 306 374 335
Decimal 198 252 221
Hex C6 FC DD

RGB Percentages of Color #c6fcdd

%29.51
%37.56
%32.94

CMYK Percentages of Color #c6fcdd

%21
%0
%12
%1

Triadic Colors of #c6fcdd

#c6fcdd #ddc6fc #fcddc6

Analogous Colors of #c6fcdd

#c6fcdd #c6fcf8 #cafcc6

Monochromatic Colors of #c6fcdd

#c6fcdd

Complementary Color

#c6fcdd #fcc6e5

#c6fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fcdd Color CSS Codes

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

#c6fcdd Text Font Color

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

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


#c6fcdd Background Color

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

This div background color is #c6fcdd


#c6fcdd Border Color

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

This div border color is #c6fcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,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 #c6fcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.