Color Hex Logo

#bbf193 Color Hex

#BBF193
(187,241,147)
0 Favorites   0 Comments

Color spaces of #bbf193

RGB 187241147
HSL0.260.770.76
HSV94°39°95°
CMYK 0.220.000.39   0.05
XYZ57.215375.582039.1770
Yxy75.58200.33270.4395
Hunter Lab86.9379-34.667534.1386
CIE-Lab89.6649-33.275239.9304

#bbf193 color RGB value is (187,241,147).

#bbf193 hex color red value is 187, green value is 241 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbf193 hue: 0.26 , saturation: 0.77 and the lightness value of bbf193 is 0.76.

The process color (four color CMYK) of #bbf193 color hex is 0.22, 0.00, 0.39, 0.05. Web safe color of #bbf193 is #ccff99. Color #bbf193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10010011
Octal 273 361 223
Decimal 187 241 147
Hex BB F1 93

RGB Percentages of Color #bbf193

%32.52
%41.91
%25.57

CMYK Percentages of Color #bbf193

%22
%0
%39
%5

Triadic Colors of #bbf193

#bbf193 #93bbf1 #f193bb

Analogous Colors of #bbf193

#bbf193 #93f19a #eaf193

Monochromatic Colors of #bbf193

#bbf193

Complementary Color

#bbf193 #c993f1

#bbf193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf193 Color CSS Codes

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

#bbf193 Text Font Color

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

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


#bbf193 Background Color

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

This div background color is #bbf193


#bbf193 Border Color

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

This div border color is #bbf193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf193


Comments

No comments written yet.

Please login to write comment.