Color Hex Logo

#bbfd93 Color Hex

#BBFD93
(187,253,147)
0 Favorites   0 Comments

Color spaces of #bbfd93

RGB 187253147
HSL0.270.960.78
HSV97°42°99°
CMYK 0.260.000.42   0.01
XYZ60.885382.921940.4003
Yxy82.92190.33050.4502
Hunter Lab91.0615-40.009337.4384
CIE-Lab92.9802-38.725144.1811

#bbfd93 color RGB value is (187,253,147).

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

The process color (four color CMYK) of #bbfd93 color hex is 0.26, 0.00, 0.42, 0.01. Web safe color of #bbfd93 is #ccff99. Color #bbfd93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10010011
Octal 273 375 223
Decimal 187 253 147
Hex BB FD 93

RGB Percentages of Color #bbfd93

%31.86
%43.10
%25.04

CMYK Percentages of Color #bbfd93

%26
%0
%42
%1

Triadic Colors of #bbfd93

#bbfd93 #93bbfd #fd93bb

Analogous Colors of #bbfd93

#bbfd93 #93fda0 #f0fd93

Monochromatic Colors of #bbfd93

#bbfd93

Complementary Color

#bbfd93 #d593fd

#bbfd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd93 Color CSS Codes

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

#bbfd93 Text Font Color

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

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


#bbfd93 Background Color

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

This div background color is #bbfd93


#bbfd93 Border Color

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

This div border color is #bbfd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd93

Related Colors


Comments

No comments written yet.

Please login to write comment.