Color Hex Logo

#bbf95d Color Hex

#BBF95D
(187,249,93)
0 Favorites   0 Comments

Color spaces of #bbf95d

RGB 18724993
HSL0.230.930.67
HSV84°63°98°
CMYK 0.250.000.63   0.02
XYZ56.345079.106522.6553
Yxy79.10650.35640.5003
Hunter Lab88.9418-42.567847.1569
CIE-Lab91.2825-42.398966.4566

#bbf95d color RGB value is (187,249,93).

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

The process color (four color CMYK) of #bbf95d color hex is 0.25, 0.00, 0.63, 0.02. Web safe color of #bbf95d is #ccff66. Color #bbf95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01011101
Octal 273 371 135
Decimal 187 249 93
Hex BB F9 5D

RGB Percentages of Color #bbf95d

%35.35
%47.07
%17.58

CMYK Percentages of Color #bbf95d

%25
%0
%63
%2

Triadic Colors of #bbf95d

#bbf95d #5dbbf9 #f95dbb

Analogous Colors of #bbf95d

#bbf95d #6df95d #f9e95d

Monochromatic Colors of #bbf95d

#bbf95d

Complementary Color

#bbf95d #9b5df9

#bbf95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf95d Color CSS Codes

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

#bbf95d Text Font Color

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

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


#bbf95d Background Color

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

This div background color is #bbf95d


#bbf95d Border Color

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

This div border color is #bbf95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf95d


Comments

No comments written yet.

Please login to write comment.