Color Hex Logo

#bbf497 Color Hex

#BBF497
(187,244,151)
0 Favorites   0 Comments

Color spaces of #bbf497

RGB 187244151
HSL0.270.810.77
HSV97°38°96°
CMYK 0.230.000.38   0.04
XYZ58.430177.500541.1577
Yxy77.50050.32990.4376
Hunter Lab88.0344-35.586333.9049
CIE-Lab90.5515-34.129639.1010

#bbf497 color RGB value is (187,244,151).

#bbf497 hex color red value is 187, green value is 244 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bbf497 hue: 0.27 , saturation: 0.81 and the lightness value of bbf497 is 0.77.

The process color (four color CMYK) of #bbf497 color hex is 0.23, 0.00, 0.38, 0.04. Web safe color of #bbf497 is #ccff99. Color #bbf497 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 10010111
Octal 273 364 227
Decimal 187 244 151
Hex BB F4 97

RGB Percentages of Color #bbf497

%32.13
%41.92
%25.95

CMYK Percentages of Color #bbf497

%23
%0
%38
%4

Triadic Colors of #bbf497

#bbf497 #97bbf4 #f497bb

Analogous Colors of #bbf497

#bbf497 #97f4a2 #eaf497

Monochromatic Colors of #bbf497

#bbf497

Complementary Color

#bbf497 #d097f4

#bbf497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf497 Color CSS Codes

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

#bbf497 Text Font Color

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

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


#bbf497 Background Color

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

This div background color is #bbf497


#bbf497 Border Color

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

This div border color is #bbf497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf497

#bbf497 Color Palettes


Comments

No comments written yet.

Please login to write comment.