Color Hex Logo

#bbf9ed Color Hex

#BBF9ED
(187,249,237)
0 Favorites   0 Comments

Color spaces of #bbf9ed

RGB 187249237
HSL0.470.840.85
HSV168°25°98°
CMYK 0.250.000.05   0.02
XYZ69.655384.430692.7463
Yxy84.43060.28220.3421
Hunter Lab91.8861-25.48684.4753
CIE-Lab93.6372-21.7831-0.5575

#bbf9ed color RGB value is (187,249,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11101101
Octal 273 371 355
Decimal 187 249 237
Hex BB F9 ED

RGB Percentages of Color #bbf9ed

%27.79
%37.00
%35.22

CMYK Percentages of Color #bbf9ed

%25
%0
%5
%2

Triadic Colors of #bbf9ed

#bbf9ed #edbbf9 #f9edbb

Analogous Colors of #bbf9ed

#bbf9ed #bbe6f9 #bbf9ce

Monochromatic Colors of #bbf9ed

#bbf9ed

Complementary Color

#bbf9ed #f9bbc7

#bbf9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9ed Color CSS Codes

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

#bbf9ed Text Font Color

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

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


#bbf9ed Background Color

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

This div background color is #bbf9ed


#bbf9ed Border Color

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

This div border color is #bbf9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9ed

Related Colors


Comments

No comments written yet.

Please login to write comment.