Color Hex Logo

#cfbceb Color Hex

#CFBCEB
(207,188,235)
0 Favorites   0 Comments

Color spaces of #cfbceb

RGB 207188235
HSL0.730.540.83
HSV264°20°92°
CMYK 0.120.200.00   0.08
XYZ58.710755.230086.1633
Yxy55.23000.29340.2760
Hunter Lab74.316910.9613-16.7192
CIE-Lab79.173615.5926-20.8987

#cfbceb color RGB value is (207,188,235).

#cfbceb hex color red value is 207, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cfbceb hue: 0.73 , saturation: 0.54 and the lightness value of cfbceb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 11101011
Octal 317 274 353
Decimal 207 188 235
Hex CF BC EB

RGB Percentages of Color #cfbceb

%32.86
%29.84
%37.30

CMYK Percentages of Color #cfbceb

%12
%20
%0
%8

Triadic Colors of #cfbceb

#cfbceb #ebcfbc #bcebcf

Analogous Colors of #cfbceb

#cfbceb #e7bceb #bcc1eb

Monochromatic Colors of #cfbceb

#cfbceb

Complementary Color

#cfbceb #d8ebbc

#cfbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbceb Color CSS Codes

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

#cfbceb Text Font Color

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

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


#cfbceb Background Color

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

This div background color is #cfbceb


#cfbceb Border Color

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

This div border color is #cfbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbceb


Comments

No comments written yet.

Please login to write comment.