Color Hex Logo

#c6bcdf Color Hex

#C6BCDF
(198,188,223)
0 Favorites   0 Comments

Color spaces of #c6bcdf

RGB 198188223
HSL0.710.350.81
HSV257°16°87°
CMYK 0.110.160.00   0.13
XYZ54.591253.299977.2227
Yxy53.29990.29490.2879
Hunter Lab73.00685.7124-11.6091
CIE-Lab78.051710.2262-16.1994

#c6bcdf color RGB value is (198,188,223).

#c6bcdf hex color red value is 198, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c6bcdf hue: 0.71 , saturation: 0.35 and the lightness value of c6bcdf is 0.81.

The process color (four color CMYK) of #c6bcdf color hex is 0.11, 0.16, 0.00, 0.13. Web safe color of #c6bcdf is #cccccc. Color #c6bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11011111
Octal 306 274 337
Decimal 198 188 223
Hex C6 BC DF

RGB Percentages of Color #c6bcdf

%32.51
%30.87
%36.62

CMYK Percentages of Color #c6bcdf

%11
%16
%0
%13

Triadic Colors of #c6bcdf

#c6bcdf #dfc6bc #bcdfc6

Analogous Colors of #c6bcdf

#c6bcdf #d8bcdf #bcc4df

Monochromatic Colors of #c6bcdf

#c6bcdf

Complementary Color

#c6bcdf #d5dfbc

#c6bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcdf Color CSS Codes

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

#c6bcdf Text Font Color

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

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


#c6bcdf Background Color

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

This div background color is #c6bcdf


#c6bcdf Border Color

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

This div border color is #c6bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcdf


Comments

No comments written yet.

Please login to write comment.