Color Hex Logo

#c6bcee Color Hex

#C6BCEE
(198,188,238)
0 Favorites   0 Comments

Color spaces of #c6bcee

RGB 198188238
HSL0.700.600.84
HSV252°21°93°
CMYK 0.170.210.00   0.07
XYZ56.704554.145388.3513
Yxy54.14530.28470.2718
Hunter Lab73.58358.7836-19.6807
CIE-Lab78.546413.3894-23.5329

#c6bcee color RGB value is (198,188,238).

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

The process color (four color CMYK) of #c6bcee color hex is 0.17, 0.21, 0.00, 0.07. Web safe color of #c6bcee is #ccccff. Color #c6bcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 11101110
Octal 306 274 356
Decimal 198 188 238
Hex C6 BC EE

RGB Percentages of Color #c6bcee

%31.73
%30.13
%38.14

CMYK Percentages of Color #c6bcee

%17
%21
%0
%7

Triadic Colors of #c6bcee

#c6bcee #eec6bc #bceec6

Analogous Colors of #c6bcee

#c6bcee #dfbcee #bccbee

Monochromatic Colors of #c6bcee

#c6bcee

Complementary Color

#c6bcee #e4eebc

#c6bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcee Color CSS Codes

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

#c6bcee Text Font Color

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

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


#c6bcee Background Color

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

This div background color is #c6bcee


#c6bcee Border Color

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

This div border color is #c6bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcee


Comments

No comments written yet.

Please login to write comment.