Color Hex Logo

#bbf876 Color Hex

#BBF876
(187,248,118)
0 Favorites   0 Comments

Color spaces of #bbf876

RGB 187248118
HSL0.240.900.72
HSV88°52°97°
CMYK 0.250.000.52   0.03
XYZ57.330979.007629.3679
Yxy79.00760.34600.4768
Hunter Lab88.8862-40.419842.6310
CIE-Lab91.2377-39.770455.6713

#bbf876 color RGB value is (187,248,118).

#bbf876 hex color red value is 187, green value is 248 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bbf876 hue: 0.24 , saturation: 0.90 and the lightness value of bbf876 is 0.72.

The process color (four color CMYK) of #bbf876 color hex is 0.25, 0.00, 0.52, 0.03. Web safe color of #bbf876 is #ccff66. Color #bbf876 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01110110
Octal 273 370 166
Decimal 187 248 118
Hex BB F8 76

RGB Percentages of Color #bbf876

%33.82
%44.85
%21.34

CMYK Percentages of Color #bbf876

%25
%0
%52
%3

Triadic Colors of #bbf876

#bbf876 #76bbf8 #f876bb

Analogous Colors of #bbf876

#bbf876 #7af876 #f8f476

Monochromatic Colors of #bbf876

#bbf876

Complementary Color

#bbf876 #b376f8

#bbf876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf876 Color CSS Codes

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

#bbf876 Text Font Color

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

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


#bbf876 Background Color

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

This div background color is #bbf876


#bbf876 Border Color

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

This div border color is #bbf876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf876

Related Colors


Comments

No comments written yet.

Please login to write comment.