Color Hex Logo

#cfbbeb Color Hex

#CFBBEB
(207,187,235)
0 Favorites   0 Comments

Color spaces of #cfbbeb

RGB 207187235
HSL0.740.550.83
HSV265°20°92°
CMYK 0.120.200.00   0.08
XYZ58.497854.804286.0924
Yxy54.80420.29340.2749
Hunter Lab74.029911.4970-17.1299
CIE-Lab78.928416.1342-21.2707

#cfbbeb color RGB value is (207,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 11101011
Octal 317 273 353
Decimal 207 187 235
Hex CF BB EB

RGB Percentages of Color #cfbbeb

%32.91
%29.73
%37.36

CMYK Percentages of Color #cfbbeb

%12
%20
%0
%8

Triadic Colors of #cfbbeb

#cfbbeb #ebcfbb #bbebcf

Analogous Colors of #cfbbeb

#cfbbeb #e7bbeb #bbbfeb

Monochromatic Colors of #cfbbeb

#cfbbeb

Complementary Color

#cfbbeb #d7ebbb

#cfbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbbeb Color CSS Codes

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

#cfbbeb Text Font Color

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

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


#cfbbeb Background Color

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

This div background color is #cfbbeb


#cfbbeb Border Color

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

This div border color is #cfbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbbeb


Comments

No comments written yet.

Please login to write comment.