Color Hex Logo

#bbf661 Color Hex

#BBF661
(187,246,97)
0 Favorites   0 Comments

Color spaces of #bbf661

RGB 18724697
HSL0.230.890.67
HSV84°61°96°
CMYK 0.240.000.61   0.04
XYZ55.607077.339423.3065
Yxy77.33940.35590.4950
Hunter Lab87.9428-41.032945.8470
CIE-Lab90.4776-40.771663.9441

#bbf661 color RGB value is (187,246,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 01100001
Octal 273 366 141
Decimal 187 246 97
Hex BB F6 61

RGB Percentages of Color #bbf661

%35.28
%46.42
%18.30

CMYK Percentages of Color #bbf661

%24
%0
%61
%4

Triadic Colors of #bbf661

#bbf661 #61bbf6 #f661bb

Analogous Colors of #bbf661

#bbf661 #71f661 #f6e761

Monochromatic Colors of #bbf661

#bbf661

Complementary Color

#bbf661 #9c61f6

#bbf661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf661 Color CSS Codes

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

#bbf661 Text Font Color

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

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


#bbf661 Background Color

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

This div background color is #bbf661


#bbf661 Border Color

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

This div border color is #bbf661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf661


Comments

No comments written yet.

Please login to write comment.