Color Hex Logo

#c6fbdd Color Hex

#C6FBDD
(198,251,221)
0 Favorites   0 Comments

Color spaces of #c6fbdd

RGB 198251221
HSL0.410.870.88
HSV146°21°98°
CMYK 0.210.000.12   0.02
XYZ70.837086.220681.3153
Yxy86.22060.29720.3617
Hunter Lab92.8550-26.322813.0769
CIE-Lab94.4066-22.56458.9018

#c6fbdd color RGB value is (198,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11111011 11011101
Octal 306 373 335
Decimal 198 251 221
Hex C6 FB DD

RGB Percentages of Color #c6fbdd

%29.55
%37.46
%32.99

CMYK Percentages of Color #c6fbdd

%21
%0
%12
%2

Triadic Colors of #c6fbdd

#c6fbdd #ddc6fb #fbddc6

Analogous Colors of #c6fbdd

#c6fbdd #c6fbf8 #cafbc6

Monochromatic Colors of #c6fbdd

#c6fbdd

Complementary Color

#c6fbdd #fbc6e4

#c6fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6fbdd Color CSS Codes

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

#c6fbdd Text Font Color

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

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


#c6fbdd Background Color

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

This div background color is #c6fbdd


#c6fbdd Border Color

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

This div border color is #c6fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.