Color Hex Logo

#bbf5ef Color Hex

#BBF5EF
(187,245,239)
0 Favorites   0 Comments

Color spaces of #bbf5ef

RGB 187245239
HSL0.480.740.85
HSV174°24°96°
CMYK 0.240.000.02   0.04
XYZ68.725982.101693.8863
Yxy82.10160.28080.3355
Hunter Lab90.6099-23.17851.9931
CIE-Lab92.6197-19.4112-3.0854

#bbf5ef color RGB value is (187,245,239).

#bbf5ef hex color red value is 187, green value is 245 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbf5ef hue: 0.48 , saturation: 0.74 and the lightness value of bbf5ef is 0.85.

The process color (four color CMYK) of #bbf5ef color hex is 0.24, 0.00, 0.02, 0.04. Web safe color of #bbf5ef is #ccffff. Color #bbf5ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 11101111
Octal 273 365 357
Decimal 187 245 239
Hex BB F5 EF

RGB Percentages of Color #bbf5ef

%27.87
%36.51
%35.62

CMYK Percentages of Color #bbf5ef

%24
%0
%2
%4

Triadic Colors of #bbf5ef

#bbf5ef #efbbf5 #f5efbb

Analogous Colors of #bbf5ef

#bbf5ef #bbdef5 #bbf5d2

Monochromatic Colors of #bbf5ef

#bbf5ef

Complementary Color

#bbf5ef #f5bbc1

#bbf5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf5ef Color CSS Codes

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

#bbf5ef Text Font Color

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

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


#bbf5ef Background Color

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

This div background color is #bbf5ef


#bbf5ef Border Color

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

This div border color is #bbf5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf5ef

Related Colors


Comments

No comments written yet.

Please login to write comment.