Color Hex Logo

#c6cdff Color Hex

#C6CDFF
(198,205,255)
0 Favorites   0 Comments

Color spaces of #c6cdff

RGB 198205255
HSL0.651.000.89
HSV233°22°100°
CMYK 0.220.200.00   0.00
XYZ63.170062.8884103.4170
Yxy62.88840.27530.2741
Hunter Lab79.30223.4094-21.8078
CIE-Lab83.38367.9648-25.2446

#c6cdff color RGB value is (198,205,255).

#c6cdff hex color red value is 198, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c6cdff hue: 0.65 , saturation: 1.00 and the lightness value of c6cdff is 0.89.

The process color (four color CMYK) of #c6cdff color hex is 0.22, 0.20, 0.00, 0.00. Web safe color of #c6cdff is #ccccff. Color #c6cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001101 11111111
Octal 306 315 377
Decimal 198 205 255
Hex C6 CD FF

RGB Percentages of Color #c6cdff

%30.09
%31.16
%38.75

CMYK Percentages of Color #c6cdff

%22
%20
%0
%0

Triadic Colors of #c6cdff

#c6cdff #ffc6cd #cdffc6

Analogous Colors of #c6cdff

#c6cdff #dcc6ff #c6eaff

Monochromatic Colors of #c6cdff

#c6cdff

Complementary Color

#c6cdff #fff8c6

#c6cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cdff Color CSS Codes

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

#c6cdff Text Font Color

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

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


#c6cdff Background Color

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

This div background color is #c6cdff


#c6cdff Border Color

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

This div border color is #c6cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cdff

#c6cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.