Color Hex Logo

#bbf65f Color Hex

#BBF65F
(187,246,95)
0 Favorites   0 Comments

Color spaces of #bbf65f

RGB 18724695
HSL0.230.890.67
HSV83°61°96°
CMYK 0.240.000.61   0.04
XYZ55.514877.302622.8214
Yxy77.30260.35670.4967
Hunter Lab87.9219-41.156646.1558
CIE-Lab90.4607-40.930064.7509

#bbf65f color RGB value is (187,246,95).

#bbf65f hex color red value is 187, green value is 246 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbf65f hue: 0.23 , saturation: 0.89 and the lightness value of bbf65f is 0.67.

The process color (four color CMYK) of #bbf65f color hex is 0.24, 0.00, 0.61, 0.04. Web safe color of #bbf65f is #ccff66. Color #bbf65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01011111
Octal 273 366 137
Decimal 187 246 95
Hex BB F6 5F

RGB Percentages of Color #bbf65f

%35.42
%46.59
%17.99

CMYK Percentages of Color #bbf65f

%24
%0
%61
%4

Triadic Colors of #bbf65f

#bbf65f #5fbbf6 #f65fbb

Analogous Colors of #bbf65f

#bbf65f #70f65f #f6e65f

Monochromatic Colors of #bbf65f

#bbf65f

Complementary Color

#bbf65f #9a5ff6

#bbf65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf65f Color CSS Codes

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

#bbf65f Text Font Color

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

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


#bbf65f Background Color

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

This div background color is #bbf65f


#bbf65f Border Color

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

This div border color is #bbf65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf65f


Comments

No comments written yet.

Please login to write comment.