Color Hex Logo

#bbf364 Color Hex

#BBF364
(187,243,100)
0 Favorites   0 Comments

Color spaces of #bbf364

RGB 187243100
HSL0.230.860.67
HSV83°59°95°
CMYK 0.230.000.59   0.05
XYZ54.844475.586123.7556
Yxy75.58610.35570.4902
Hunter Lab86.9403-39.542644.6578
CIE-Lab89.6668-39.197361.7827

#bbf364 color RGB value is (187,243,100).

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

The process color (four color CMYK) of #bbf364 color hex is 0.23, 0.00, 0.59, 0.05. Web safe color of #bbf364 is #ccff66. Color #bbf364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 01100100
Octal 273 363 144
Decimal 187 243 100
Hex BB F3 64

RGB Percentages of Color #bbf364

%35.28
%45.85
%18.87

CMYK Percentages of Color #bbf364

%23
%0
%59
%5

Triadic Colors of #bbf364

#bbf364 #64bbf3 #f364bb

Analogous Colors of #bbf364

#bbf364 #74f364 #f3e464

Monochromatic Colors of #bbf364

#bbf364

Complementary Color

#bbf364 #9c64f3

#bbf364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf364 Color CSS Codes

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

#bbf364 Text Font Color

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

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


#bbf364 Background Color

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

This div background color is #bbf364


#bbf364 Border Color

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

This div border color is #bbf364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf364


Comments

No comments written yet.

Please login to write comment.