Color Hex Logo

#bbf993 Color Hex

#BBF993
(187,249,147)
0 Favorites   0 Comments

Color spaces of #bbf993

RGB 187249147
HSL0.270.890.78
HSV96°41°98°
CMYK 0.250.000.41   0.02
XYZ59.635780.422739.9838
Yxy80.42270.33120.4467
Hunter Lab89.6787-38.236536.3403
CIE-Lab91.8742-36.926842.7697

#bbf993 color RGB value is (187,249,147).

#bbf993 hex color red value is 187, green value is 249 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbf993 hue: 0.27 , saturation: 0.89 and the lightness value of bbf993 is 0.78.

The process color (four color CMYK) of #bbf993 color hex is 0.25, 0.00, 0.41, 0.02. Web safe color of #bbf993 is #ccff99. Color #bbf993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10010011
Octal 273 371 223
Decimal 187 249 147
Hex BB F9 93

RGB Percentages of Color #bbf993

%32.08
%42.71
%25.21

CMYK Percentages of Color #bbf993

%25
%0
%41
%2

Triadic Colors of #bbf993

#bbf993 #93bbf9 #f993bb

Analogous Colors of #bbf993

#bbf993 #93f99e #eef993

Monochromatic Colors of #bbf993

#bbf993

Complementary Color

#bbf993 #d193f9

#bbf993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf993 Color CSS Codes

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

#bbf993 Text Font Color

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

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


#bbf993 Background Color

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

This div background color is #bbf993


#bbf993 Border Color

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

This div border color is #bbf993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf993


Comments

No comments written yet.

Please login to write comment.