Color Hex Logo

#bbf2ef Color Hex

#BBF2EF
(187,242,239)
0 Favorites   0 Comments

Color spaces of #bbf2ef

RGB 187242239
HSL0.490.680.84
HSV177°23°95°
CMYK 0.230.000.01   0.05
XYZ67.825680.301193.5862
Yxy80.30110.28060.3322
Hunter Lab89.6109-21.71410.8074
CIE-Lab91.8198-17.9316-4.2615

#bbf2ef color RGB value is (187,242,239).

#bbf2ef hex color red value is 187, green value is 242 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbf2ef hue: 0.49 , saturation: 0.68 and the lightness value of bbf2ef is 0.84.

The process color (four color CMYK) of #bbf2ef color hex is 0.23, 0.00, 0.01, 0.05. Web safe color of #bbf2ef is #ccffff. Color #bbf2ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 11101111
Octal 273 362 357
Decimal 187 242 239
Hex BB F2 EF

RGB Percentages of Color #bbf2ef

%27.99
%36.23
%35.78

CMYK Percentages of Color #bbf2ef

%23
%0
%1
%5

Triadic Colors of #bbf2ef

#bbf2ef #efbbf2 #f2efbb

Analogous Colors of #bbf2ef

#bbf2ef #bbdaf2 #bbf2d4

Monochromatic Colors of #bbf2ef

#bbf2ef

Complementary Color

#bbf2ef #f2bbbe

#bbf2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf2ef Color CSS Codes

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

#bbf2ef Text Font Color

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

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


#bbf2ef Background Color

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

This div background color is #bbf2ef


#bbf2ef Border Color

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

This div border color is #bbf2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf2ef


Comments

No comments written yet.

Please login to write comment.