Color Hex Logo

#bbebe8 Color Hex

#BBEBE8
(187,235,232)
0 Favorites   0 Comments

Color spaces of #bbebe8

RGB 187235232
HSL0.490.550.83
HSV176°20°92°
CMYK 0.200.000.01   0.08
XYZ64.767375.807787.5627
Yxy75.80770.28390.3323
Hunter Lab87.0676-19.58691.3202
CIE-Lab89.7700-15.9154-3.6251

#bbebe8 color RGB value is (187,235,232).

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

The process color (four color CMYK) of #bbebe8 color hex is 0.20, 0.00, 0.01, 0.08. Web safe color of #bbebe8 is #ccffff. Color #bbebe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11101000
Octal 273 353 350
Decimal 187 235 232
Hex BB EB E8

RGB Percentages of Color #bbebe8

%28.59
%35.93
%35.47

CMYK Percentages of Color #bbebe8

%20
%0
%1
%8

Triadic Colors of #bbebe8

#bbebe8 #e8bbeb #ebe8bb

Analogous Colors of #bbebe8

#bbebe8 #bbd6eb #bbebd0

Monochromatic Colors of #bbebe8

#bbebe8

Complementary Color

#bbebe8 #ebbbbe

#bbebe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebe8 Color CSS Codes

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

#bbebe8 Text Font Color

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

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


#bbebe8 Background Color

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

This div background color is #bbebe8


#bbebe8 Border Color

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

This div border color is #bbebe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebe8


Comments

No comments written yet.

Please login to write comment.