Color Hex Logo

#bbf23d Color Hex

#BBF23D
(187,242,61)
0 Favorites   0 Comments

Color spaces of #bbf23d

RGB 18724261
HSL0.220.870.59
HSV78°75°95°
CMYK 0.230.000.75   0.05
XYZ53.088074.406015.9786
Yxy74.40600.37000.5186
Hunter Lab86.2589-41.095449.3984
CIE-Lab89.1140-41.306475.7383

#bbf23d color RGB value is (187,242,61).

#bbf23d hex color red value is 187, green value is 242 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbf23d hue: 0.22 , saturation: 0.87 and the lightness value of bbf23d is 0.59.

The process color (four color CMYK) of #bbf23d color hex is 0.23, 0.00, 0.75, 0.05. Web safe color of #bbf23d is #ccff33. Color #bbf23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 00111101
Octal 273 362 75
Decimal 187 242 61
Hex BB F2 3D

RGB Percentages of Color #bbf23d

%38.16
%49.39
%12.45

CMYK Percentages of Color #bbf23d

%23
%0
%75
%5

Triadic Colors of #bbf23d

#bbf23d #3dbbf2 #f23dbb

Analogous Colors of #bbf23d

#bbf23d #61f23d #f2cf3d

Monochromatic Colors of #bbf23d

#bbf23d

Complementary Color

#bbf23d #743df2

#bbf23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf23d Color CSS Codes

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

#bbf23d Text Font Color

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

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


#bbf23d Background Color

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

This div background color is #bbf23d


#bbf23d Border Color

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

This div border color is #bbf23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf23d


Comments

No comments written yet.

Please login to write comment.