Color Hex Logo

#bbebf8 Color Hex

#BBEBF8
(187,235,248)
1 Favorites   0 Comments

Color spaces of #bbebf8

RGB 187235248
HSL0.540.810.85
HSV193°25°97°
CMYK 0.250.050.00   0.03
XYZ67.145176.7588100.0839
Yxy76.75880.27520.3146
Hunter Lab87.6121-16.5204-6.4016
CIE-Lab90.2105-12.4943-11.3390

#bbebf8 color RGB value is (187,235,248).

#bbebf8 hex color red value is 187, green value is 235 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #bbebf8 hue: 0.54 , saturation: 0.81 and the lightness value of bbebf8 is 0.85.

The process color (four color CMYK) of #bbebf8 color hex is 0.25, 0.05, 0.00, 0.03. Web safe color of #bbebf8 is #ccffff. Color #bbebf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11111000
Octal 273 353 370
Decimal 187 235 248
Hex BB EB F8

RGB Percentages of Color #bbebf8

%27.91
%35.07
%37.01

CMYK Percentages of Color #bbebf8

%25
%5
%0
%3

Triadic Colors of #bbebf8

#bbebf8 #f8bbeb #ebf8bb

Analogous Colors of #bbebf8

#bbebf8 #bbcdf8 #bbf8e7

Monochromatic Colors of #bbebf8

#bbebf8

Complementary Color

#bbebf8 #f8c8bb

#bbebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebf8 Color CSS Codes

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

#bbebf8 Text Font Color

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

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


#bbebf8 Background Color

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

This div background color is #bbebf8


#bbebf8 Border Color

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

This div border color is #bbebf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebf8


Comments

No comments written yet.

Please login to write comment.