Color Hex Logo

#bbf165 Color Hex

#BBF165
(187,241,101)
0 Favorites   0 Comments

Color spaces of #bbf165

RGB 187241101
HSL0.230.830.67
HSV83°58°95°
CMYK 0.220.000.58   0.05
XYZ54.297874.415023.8137
Yxy74.41500.35600.4879
Hunter Lab86.2641-38.607844.0176
CIE-Lab89.1183-38.220360.7388

#bbf165 color RGB value is (187,241,101).

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

The process color (four color CMYK) of #bbf165 color hex is 0.22, 0.00, 0.58, 0.05. Web safe color of #bbf165 is #ccff66. Color #bbf165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 01100101
Octal 273 361 145
Decimal 187 241 101
Hex BB F1 65

RGB Percentages of Color #bbf165

%35.35
%45.56
%19.09

CMYK Percentages of Color #bbf165

%22
%0
%58
%5

Triadic Colors of #bbf165

#bbf165 #65bbf1 #f165bb

Analogous Colors of #bbf165

#bbf165 #75f165 #f1e165

Monochromatic Colors of #bbf165

#bbf165

Complementary Color

#bbf165 #9b65f1

#bbf165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf165 Color CSS Codes

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

#bbf165 Text Font Color

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

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


#bbf165 Background Color

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

This div background color is #bbf165


#bbf165 Border Color

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

This div border color is #bbf165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf165


Comments

No comments written yet.

Please login to write comment.