Color Hex Logo

#c6cbfa Color Hex

#C6CBFA
(198,203,250)
0 Favorites   0 Comments

Color spaces of #c6cbfa

RGB 198203250
HSL0.650.840.88
HSV234°21°98°
CMYK 0.210.190.00   0.02
XYZ61.900061.619899.0738
Yxy61.61980.27810.2768
Hunter Lab78.49833.3846-19.8820
CIE-Lab82.71087.9208-23.6130

#c6cbfa color RGB value is (198,203,250).

#c6cbfa hex color red value is 198, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c6cbfa hue: 0.65 , saturation: 0.84 and the lightness value of c6cbfa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001011 11111010
Octal 306 313 372
Decimal 198 203 250
Hex C6 CB FA

RGB Percentages of Color #c6cbfa

%30.41
%31.18
%38.40

CMYK Percentages of Color #c6cbfa

%21
%19
%0
%2

Triadic Colors of #c6cbfa

#c6cbfa #fac6cb #cbfac6

Analogous Colors of #c6cbfa

#c6cbfa #dbc6fa #c6e5fa

Monochromatic Colors of #c6cbfa

#c6cbfa

Complementary Color

#c6cbfa #faf5c6

#c6cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cbfa Color CSS Codes

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

#c6cbfa Text Font Color

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

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


#c6cbfa Background Color

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

This div background color is #c6cbfa


#c6cbfa Border Color

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

This div border color is #c6cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cbfa


Comments

No comments written yet.

Please login to write comment.