Color Hex Logo

#c6bbdc Color Hex

#C6BBDC
(198,187,220)
0 Favorites   0 Comments

Color spaces of #c6bbdc

RGB 198187220
HSL0.720.320.80
HSV260°15°86°
CMYK 0.100.150.00   0.14
XYZ53.977352.713775.0400
Yxy52.71370.29700.2901
Hunter Lab72.60425.6478-10.4562
CIE-Lab77.705710.1540-15.0996

#c6bbdc color RGB value is (198,187,220).

#c6bbdc hex color red value is 198, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c6bbdc hue: 0.72 , saturation: 0.32 and the lightness value of c6bbdc is 0.80.

The process color (four color CMYK) of #c6bbdc color hex is 0.10, 0.15, 0.00, 0.14. Web safe color of #c6bbdc is #cccccc. Color #c6bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11011100
Octal 306 273 334
Decimal 198 187 220
Hex C6 BB DC

RGB Percentages of Color #c6bbdc

%32.73
%30.91
%36.36

CMYK Percentages of Color #c6bbdc

%10
%15
%0
%14

Triadic Colors of #c6bbdc

#c6bbdc #dcc6bb #bbdcc6

Analogous Colors of #c6bbdc

#c6bbdc #d7bbdc #bbc1dc

Monochromatic Colors of #c6bbdc

#c6bbdc

Complementary Color

#c6bbdc #d1dcbb

#c6bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbdc Color CSS Codes

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

#c6bbdc Text Font Color

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

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


#c6bbdc Background Color

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

This div background color is #c6bbdc


#c6bbdc Border Color

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

This div border color is #c6bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbdc


Comments

No comments written yet.

Please login to write comment.