Color Hex Logo

#c6dffc Color Hex

#C6DFFC
(198,223,252)
0 Favorites   0 Comments

Color spaces of #c6dffc

RGB 198223252
HSL0.590.900.88
HSV212°21°99°
CMYK 0.210.120.00   0.01
XYZ67.247171.8094102.4118
Yxy71.80940.27850.2974
Hunter Lab84.7404-6.6443-12.3358
CIE-Lab87.8768-2.2098-16.8588

#c6dffc color RGB value is (198,223,252).

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

The process color (four color CMYK) of #c6dffc color hex is 0.21, 0.12, 0.00, 0.01. Web safe color of #c6dffc is #ccccff. Color #c6dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011111 11111100
Octal 306 337 374
Decimal 198 223 252
Hex C6 DF FC

RGB Percentages of Color #c6dffc

%29.42
%33.14
%37.44

CMYK Percentages of Color #c6dffc

%21
%12
%0
%1

Triadic Colors of #c6dffc

#c6dffc #fcc6df #dffcc6

Analogous Colors of #c6dffc

#c6dffc #c8c6fc #c6fafc

Monochromatic Colors of #c6dffc

#c6dffc

Complementary Color

#c6dffc #fce3c6

#c6dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dffc Color CSS Codes

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

#c6dffc Text Font Color

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

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


#c6dffc Background Color

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

This div background color is #c6dffc


#c6dffc Border Color

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

This div border color is #c6dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dffc


Comments

No comments written yet.

Please login to write comment.