Color Hex Logo

#c6bceb Color Hex

#C6BCEB
(198,188,235)
0 Favorites   0 Comments

Color spaces of #c6bceb

RGB 198188235
HSL0.700.540.83
HSV253°20°92°
CMYK 0.160.200.00   0.08
XYZ56.267353.970486.0490
Yxy53.97040.28670.2750
Hunter Lab73.46458.1521-18.0212
CIE-Lab78.444512.7441-22.0739

#c6bceb color RGB value is (198,188,235).

#c6bceb hex color red value is 198, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6bceb hue: 0.70 , saturation: 0.54 and the lightness value of c6bceb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11101011
Octal 306 274 353
Decimal 198 188 235
Hex C6 BC EB

RGB Percentages of Color #c6bceb

%31.88
%30.27
%37.84

CMYK Percentages of Color #c6bceb

%16
%20
%0
%8

Triadic Colors of #c6bceb

#c6bceb #ebc6bc #bcebc6

Analogous Colors of #c6bceb

#c6bceb #debceb #bccaeb

Monochromatic Colors of #c6bceb

#c6bceb

Complementary Color

#c6bceb #e1ebbc

#c6bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bceb Color CSS Codes

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

#c6bceb Text Font Color

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

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


#c6bceb Background Color

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

This div background color is #c6bceb


#c6bceb Border Color

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

This div border color is #c6bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bceb


Comments

No comments written yet.

Please login to write comment.