Color Hex Logo

#c6bbef Color Hex

#C6BBEF
(198,187,239)
0 Favorites   0 Comments

Color spaces of #c6bbef

RGB 198187239
HSL0.700.620.84
HSV253°22°94°
CMYK 0.170.220.00   0.06
XYZ56.639053.778489.0564
Yxy53.77840.28390.2696
Hunter Lab73.33389.5296-20.6681
CIE-Lab78.332314.1499-24.3968

#c6bbef color RGB value is (198,187,239).

#c6bbef hex color red value is 198, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6bbef hue: 0.70 , saturation: 0.62 and the lightness value of c6bbef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11101111
Octal 306 273 357
Decimal 198 187 239
Hex C6 BB EF

RGB Percentages of Color #c6bbef

%31.73
%29.97
%38.30

CMYK Percentages of Color #c6bbef

%17
%22
%0
%6

Triadic Colors of #c6bbef

#c6bbef #efc6bb #bbefc6

Analogous Colors of #c6bbef

#c6bbef #e0bbef #bbcaef

Monochromatic Colors of #c6bbef

#c6bbef

Complementary Color

#c6bbef #e4efbb

#c6bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbef Color CSS Codes

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

#c6bbef Text Font Color

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

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


#c6bbef Background Color

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

This div background color is #c6bbef


#c6bbef Border Color

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

This div border color is #c6bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbef


Comments

No comments written yet.

Please login to write comment.