Color Hex Logo

#bbf846 Color Hex

#BBF846
(187,248,70)
0 Favorites   0 Comments

Color spaces of #bbf846

RGB 18724870
HSL0.220.930.62
HSV81°72°97°
CMYK 0.250.000.72   0.03
XYZ55.166478.141817.9697
Yxy78.14180.36470.5165
Hunter Lab88.3979-43.299849.8259
CIE-Lab90.8446-43.460774.5105

#bbf846 color RGB value is (187,248,70).

#bbf846 hex color red value is 187, green value is 248 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bbf846 hue: 0.22 , saturation: 0.93 and the lightness value of bbf846 is 0.62.

The process color (four color CMYK) of #bbf846 color hex is 0.25, 0.00, 0.72, 0.03. Web safe color of #bbf846 is #ccff33. Color #bbf846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01000110
Octal 273 370 106
Decimal 187 248 70
Hex BB F8 46

RGB Percentages of Color #bbf846

%37.03
%49.11
%13.86

CMYK Percentages of Color #bbf846

%25
%0
%72
%3

Triadic Colors of #bbf846

#bbf846 #46bbf8 #f846bb

Analogous Colors of #bbf846

#bbf846 #62f846 #f8dc46

Monochromatic Colors of #bbf846

#bbf846

Complementary Color

#bbf846 #8346f8

#bbf846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf846 Color CSS Codes

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

#bbf846 Text Font Color

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

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


#bbf846 Background Color

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

This div background color is #bbf846


#bbf846 Border Color

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

This div border color is #bbf846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf846


Comments

No comments written yet.

Please login to write comment.