Color Hex Logo

#bbf472 Color Hex

#BBF472
(187,244,114)
0 Favorites   0 Comments

Color spaces of #bbf472

RGB 187244114
HSL0.240.860.70
HSV86°53°96°
CMYK 0.230.000.53   0.04
XYZ55.881576.481127.7366
Yxy76.48110.34900.4777
Hunter Lab87.4535-38.984742.4131
CIE-Lab90.0822-38.380456.1174

#bbf472 color RGB value is (187,244,114).

#bbf472 hex color red value is 187, green value is 244 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbf472 hue: 0.24 , saturation: 0.86 and the lightness value of bbf472 is 0.70.

The process color (four color CMYK) of #bbf472 color hex is 0.23, 0.00, 0.53, 0.04. Web safe color of #bbf472 is #ccff66. Color #bbf472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 01110010
Octal 273 364 162
Decimal 187 244 114
Hex BB F4 72

RGB Percentages of Color #bbf472

%34.31
%44.77
%20.92

CMYK Percentages of Color #bbf472

%23
%0
%53
%4

Triadic Colors of #bbf472

#bbf472 #72bbf4 #f472bb

Analogous Colors of #bbf472

#bbf472 #7af472 #f4ec72

Monochromatic Colors of #bbf472

#bbf472

Complementary Color

#bbf472 #ab72f4

#bbf472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf472 Color CSS Codes

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

#bbf472 Text Font Color

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

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


#bbf472 Background Color

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

This div background color is #bbf472


#bbf472 Border Color

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

This div border color is #bbf472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf472


Comments

No comments written yet.

Please login to write comment.