Color Hex Logo

#c6cffb Color Hex

#C6CFFB
(198,207,251)
0 Favorites   0 Comments

Color spaces of #c6cffb

RGB 198207251
HSL0.640.870.88
HSV230°21°98°
CMYK 0.210.180.00   0.02
XYZ63.014163.5964100.2209
Yxy63.59640.27780.2804
Hunter Lab79.74741.4878-18.6884
CIE-Lab83.75526.0040-22.5575

#c6cffb color RGB value is (198,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 11111011
Octal 306 317 373
Decimal 198 207 251
Hex C6 CF FB

RGB Percentages of Color #c6cffb

%30.18
%31.55
%38.26

CMYK Percentages of Color #c6cffb

%21
%18
%0
%2

Triadic Colors of #c6cffb

#c6cffb #fbc6cf #cffbc6

Analogous Colors of #c6cffb

#c6cffb #d8c6fb #c6eafb

Monochromatic Colors of #c6cffb

#c6cffb

Complementary Color

#c6cffb #fbf2c6

#c6cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cffb Color CSS Codes

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

#c6cffb Text Font Color

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

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


#c6cffb Background Color

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

This div background color is #c6cffb


#c6cffb Border Color

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

This div border color is #c6cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cffb


Comments

No comments written yet.

Please login to write comment.