Color Hex Logo

#bbcfe8 Color Hex

#BBCFE8
(187,207,232)
0 Favorites   0 Comments

Color spaces of #bbcfe8

RGB 187207232
HSL0.590.490.82
HSV213°19°91°
CMYK 0.190.110.00   0.09
XYZ57.371861.016685.0975
Yxy61.01660.28190.2999
Hunter Lab78.1131-5.5949-9.9121
CIE-Lab82.3877-1.5232-14.5912

#bbcfe8 color RGB value is (187,207,232).

#bbcfe8 hex color red value is 187, green value is 207 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bbcfe8 hue: 0.59 , saturation: 0.49 and the lightness value of bbcfe8 is 0.82.

The process color (four color CMYK) of #bbcfe8 color hex is 0.19, 0.11, 0.00, 0.09. Web safe color of #bbcfe8 is #ccccff. Color #bbcfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11101000
Octal 273 317 350
Decimal 187 207 232
Hex BB CF E8

RGB Percentages of Color #bbcfe8

%29.87
%33.07
%37.06

CMYK Percentages of Color #bbcfe8

%19
%11
%0
%9

Triadic Colors of #bbcfe8

#bbcfe8 #e8bbcf #cfe8bb

Analogous Colors of #bbcfe8

#bbcfe8 #bebbe8 #bbe6e8

Monochromatic Colors of #bbcfe8

#bbcfe8

Complementary Color

#bbcfe8 #e8d4bb

#bbcfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfe8 Color CSS Codes

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

#bbcfe8 Text Font Color

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

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


#bbcfe8 Background Color

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

This div background color is #bbcfe8


#bbcfe8 Border Color

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

This div border color is #bbcfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfe8


Comments

No comments written yet.

Please login to write comment.