Color Hex Logo

#bbf9ec Color Hex

#BBF9EC
(187,249,236)
0 Favorites   0 Comments

Color spaces of #bbf9ec

RGB 187249236
HSL0.470.840.85
HSV167°25°98°
CMYK 0.250.000.05   0.02
XYZ69.509584.372391.9788
Yxy84.37230.28270.3432
Hunter Lab91.8544-25.66794.9278
CIE-Lab93.6120-21.9891-0.0766

#bbf9ec color RGB value is (187,249,236).

#bbf9ec hex color red value is 187, green value is 249 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bbf9ec hue: 0.47 , saturation: 0.84 and the lightness value of bbf9ec is 0.85.

The process color (four color CMYK) of #bbf9ec color hex is 0.25, 0.00, 0.05, 0.02. Web safe color of #bbf9ec is #ccffff. Color #bbf9ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11101100
Octal 273 371 354
Decimal 187 249 236
Hex BB F9 EC

RGB Percentages of Color #bbf9ec

%27.83
%37.05
%35.12

CMYK Percentages of Color #bbf9ec

%25
%0
%5
%2

Triadic Colors of #bbf9ec

#bbf9ec #ecbbf9 #f9ecbb

Analogous Colors of #bbf9ec

#bbf9ec #bbe7f9 #bbf9cd

Monochromatic Colors of #bbf9ec

#bbf9ec

Complementary Color

#bbf9ec #f9bbc8

#bbf9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9ec Color CSS Codes

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

#bbf9ec Text Font Color

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

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


#bbf9ec Background Color

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

This div background color is #bbf9ec


#bbf9ec Border Color

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

This div border color is #bbf9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9ec


Comments

No comments written yet.

Please login to write comment.