Color Hex Logo

#bbcfec Color Hex

#BBCFEC
(187,207,236)
0 Favorites   0 Comments

Color spaces of #bbcfec

RGB 187207236
HSL0.600.560.83
HSV216°21°93°
CMYK 0.210.120.00   0.07
XYZ57.946761.246688.1245
Yxy61.24660.27950.2954
Hunter Lab78.2602-4.7875-11.9811
CIE-Lab82.5111-0.6486-16.5373

#bbcfec color RGB value is (187,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11101100
Octal 273 317 354
Decimal 187 207 236
Hex BB CF EC

RGB Percentages of Color #bbcfec

%29.68
%32.86
%37.46

CMYK Percentages of Color #bbcfec

%21
%12
%0
%7

Triadic Colors of #bbcfec

#bbcfec #ecbbcf #cfecbb

Analogous Colors of #bbcfec

#bbcfec #c0bbec #bbe8ec

Monochromatic Colors of #bbcfec

#bbcfec

Complementary Color

#bbcfec #ecd8bb

#bbcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfec Color CSS Codes

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

#bbcfec Text Font Color

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

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


#bbcfec Background Color

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

This div background color is #bbcfec


#bbcfec Border Color

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

This div border color is #bbcfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,207,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfec


Comments

No comments written yet.

Please login to write comment.