Color Hex Logo

#c6ddfc Color Hex

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

Color spaces of #c6ddfc

RGB 198221252
HSL0.600.900.88
HSV214°21°99°
CMYK 0.210.120.00   0.01
XYZ66.715870.7469102.2347
Yxy70.74690.27830.2952
Hunter Lab84.1112-5.6109-13.1875
CIE-Lab87.3619-1.1670-17.6334

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

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

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

Base Numbers

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

RGB Percentages of Color #c6ddfc

%29.51
%32.94
%37.56

CMYK Percentages of Color #c6ddfc

%21
%12
%0
%1

Triadic Colors of #c6ddfc

#c6ddfc #fcc6dd #ddfcc6

Analogous Colors of #c6ddfc

#c6ddfc #cac6fc #c6f8fc

Monochromatic Colors of #c6ddfc

#c6ddfc

Complementary Color

#c6ddfc #fce5c6

#c6ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ddfc Color CSS Codes

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

#c6ddfc Text Font Color

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

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


#c6ddfc Background Color

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

This div background color is #c6ddfc


#c6ddfc Border Color

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

This div border color is #c6ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ddfc


Comments

No comments written yet.

Please login to write comment.