Color Hex Logo

#bbf748 Color Hex

#BBF748
(187,247,72)
0 Favorites   0 Comments

Color spaces of #bbf748

RGB 18724772
HSL0.220.920.63
HSV81°71°97°
CMYK 0.240.000.71   0.03
XYZ54.924077.554218.2056
Yxy77.55420.36450.5147
Hunter Lab88.0649-42.787249.3884
CIE-Lab90.5761-42.915273.5696

#bbf748 color RGB value is (187,247,72).

#bbf748 hex color red value is 187, green value is 247 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbf748 hue: 0.22 , saturation: 0.92 and the lightness value of bbf748 is 0.63.

The process color (four color CMYK) of #bbf748 color hex is 0.24, 0.00, 0.71, 0.03. Web safe color of #bbf748 is #ccff33. Color #bbf748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 01001000
Octal 273 367 110
Decimal 187 247 72
Hex BB F7 48

RGB Percentages of Color #bbf748

%36.96
%48.81
%14.23

CMYK Percentages of Color #bbf748

%24
%0
%71
%3

Triadic Colors of #bbf748

#bbf748 #48bbf7 #f748bb

Analogous Colors of #bbf748

#bbf748 #64f748 #f7dc48

Monochromatic Colors of #bbf748

#bbf748

Complementary Color

#bbf748 #8448f7

#bbf748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf748 Color CSS Codes

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

#bbf748 Text Font Color

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

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


#bbf748 Background Color

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

This div background color is #bbf748


#bbf748 Border Color

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

This div border color is #bbf748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf748


Comments

No comments written yet.

Please login to write comment.