Color Hex Logo

#cfc8eb Color Hex

#CFC8EB
(207,200,235)
0 Favorites   0 Comments

Color spaces of #cfc8eb

RGB 207200235
HSL0.700.470.85
HSV252°15°92°
CMYK 0.120.150.00   0.08
XYZ61.381860.572187.0537
Yxy60.57210.29370.2898
Hunter Lab77.82814.5810-11.8385
CIE-Lab82.14829.1333-16.4051

#cfc8eb color RGB value is (207,200,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11001000 11101011
Octal 317 310 353
Decimal 207 200 235
Hex CF C8 EB

RGB Percentages of Color #cfc8eb

%32.24
%31.15
%36.60

CMYK Percentages of Color #cfc8eb

%12
%15
%0
%8

Triadic Colors of #cfc8eb

#cfc8eb #ebcfc8 #c8ebcf

Analogous Colors of #cfc8eb

#cfc8eb #e1c8eb #c8d3eb

Monochromatic Colors of #cfc8eb

#cfc8eb

Complementary Color

#cfc8eb #e4ebc8

#cfc8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc8eb Color CSS Codes

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

#cfc8eb Text Font Color

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

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


#cfc8eb Background Color

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

This div background color is #cfc8eb


#cfc8eb Border Color

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

This div border color is #cfc8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc8eb


Comments

No comments written yet.

Please login to write comment.