Color Hex Logo

#cfc6eb Color Hex

#CFC6EB
(207,198,235)
0 Favorites   0 Comments

Color spaces of #cfc6eb

RGB 207198235
HSL0.710.480.85
HSV255°16°92°
CMYK 0.120.160.00   0.08
XYZ60.921659.651786.9003
Yxy59.65170.29360.2875
Hunter Lab77.23455.6381-12.6459
CIE-Lab81.648510.2042-17.1575

#cfc6eb color RGB value is (207,198,235).

#cfc6eb hex color red value is 207, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfc6eb hue: 0.71 , saturation: 0.48 and the lightness value of cfc6eb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 11101011
Octal 317 306 353
Decimal 207 198 235
Hex CF C6 EB

RGB Percentages of Color #cfc6eb

%32.34
%30.94
%36.72

CMYK Percentages of Color #cfc6eb

%12
%16
%0
%8

Triadic Colors of #cfc6eb

#cfc6eb #ebcfc6 #c6ebcf

Analogous Colors of #cfc6eb

#cfc6eb #e2c6eb #c6d0eb

Monochromatic Colors of #cfc6eb

#cfc6eb

Complementary Color

#cfc6eb #e2ebc6

#cfc6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc6eb Color CSS Codes

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

#cfc6eb Text Font Color

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

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


#cfc6eb Background Color

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

This div background color is #cfc6eb


#cfc6eb Border Color

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

This div border color is #cfc6eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,198,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 #cfc6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc6eb


Comments

No comments written yet.

Please login to write comment.