Color Hex Logo

#c6dffb Color Hex

#C6DFFB
(198,223,251)
0 Favorites   0 Comments

Color spaces of #c6dffb

RGB 198223251
HSL0.590.870.88
HSV212°21°98°
CMYK 0.210.110.00   0.02
XYZ67.089071.7462101.5792
Yxy71.74620.27910.2984
Hunter Lab84.7031-6.8498-11.8106
CIE-Lab87.8463-2.4278-16.3788

#c6dffb color RGB value is (198,223,251).

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

The process color (four color CMYK) of #c6dffb color hex is 0.21, 0.11, 0.00, 0.02. Web safe color of #c6dffb is #ccccff. Color #c6dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11111011
Octal 306 337 373
Decimal 198 223 251
Hex C6 DF FB

RGB Percentages of Color #c6dffb

%29.46
%33.18
%37.35

CMYK Percentages of Color #c6dffb

%21
%11
%0
%2

Triadic Colors of #c6dffb

#c6dffb #fbc6df #dffbc6

Analogous Colors of #c6dffb

#c6dffb #c8c6fb #c6fafb

Monochromatic Colors of #c6dffb

#c6dffb

Complementary Color

#c6dffb #fbe2c6

#c6dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dffb Color CSS Codes

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

#c6dffb Text Font Color

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

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


#c6dffb Background Color

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

This div background color is #c6dffb


#c6dffb Border Color

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

This div border color is #c6dffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,223,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dffb


Comments

No comments written yet.

Please login to write comment.