Color Hex Logo

#bbeef9 Color Hex

#BBEEF9
(187,238,249)
0 Favorites   0 Comments

Color spaces of #bbeef9

RGB 187238249
HSL0.530.840.85
HSV191°25°98°
CMYK 0.250.040.00   0.02
XYZ68.166978.5534101.1921
Yxy78.55340.27500.3169
Hunter Lab88.6304-17.8162-5.6520
CIE-Lab91.0318-13.7871-10.6379

#bbeef9 color RGB value is (187,238,249).

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

The process color (four color CMYK) of #bbeef9 color hex is 0.25, 0.04, 0.00, 0.02. Web safe color of #bbeef9 is #ccffff. Color #bbeef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101110 11111001
Octal 273 356 371
Decimal 187 238 249
Hex BB EE F9

RGB Percentages of Color #bbeef9

%27.74
%35.31
%36.94

CMYK Percentages of Color #bbeef9

%25
%4
%0
%2

Triadic Colors of #bbeef9

#bbeef9 #f9bbee #eef9bb

Analogous Colors of #bbeef9

#bbeef9 #bbcff9 #bbf9e5

Monochromatic Colors of #bbeef9

#bbeef9

Complementary Color

#bbeef9 #f9c6bb

#bbeef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeef9 Color CSS Codes

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

#bbeef9 Text Font Color

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

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


#bbeef9 Background Color

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

This div background color is #bbeef9


#bbeef9 Border Color

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

This div border color is #bbeef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeef9


Comments

No comments written yet.

Please login to write comment.