Color Hex Logo

#bbffee Color Hex

#BBFFEE
(187,255,238)
3 Favorites   0 Comments

Color spaces of #bbffee

RGB 187255238
HSL0.461.000.87
HSV165°27°100°
CMYK 0.270.000.07   0.00
XYZ71.686188.257894.1461
Yxy88.25780.28210.3473
Hunter Lab93.9456-28.19876.3454
CIE-Lab95.2694-24.47941.3076

#bbffee color RGB value is (187,255,238).

#bbffee hex color red value is 187, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbffee hue: 0.46 , saturation: 1.00 and the lightness value of bbffee is 0.87.

The process color (four color CMYK) of #bbffee color hex is 0.27, 0.00, 0.07, 0.00. Web safe color of #bbffee is #ccffff. Color #bbffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11101110
Octal 273 377 356
Decimal 187 255 238
Hex BB FF EE

RGB Percentages of Color #bbffee

%27.50
%37.50
%35.00

CMYK Percentages of Color #bbffee

%27
%0
%7
%0

Triadic Colors of #bbffee

#bbffee #eebbff #ffeebb

Analogous Colors of #bbffee

#bbffee #bbeeff #bbffcc

Monochromatic Colors of #bbffee

#bbffee

Complementary Color

#bbffee #ffbbcc

#bbffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffee Color CSS Codes

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

#bbffee Text Font Color

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

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


#bbffee Background Color

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

This div background color is #bbffee


#bbffee Border Color

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

This div border color is #bbffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffee


Comments

No comments written yet.

Please login to write comment.