Color Hex Logo

#bbf445 Color Hex

#BBF445
(187,244,69)
0 Favorites   0 Comments

Color spaces of #bbf445

RGB 18724469
HSL0.220.890.61
HSV80°72°96°
CMYK 0.230.000.72   0.04
XYZ53.918475.695817.3992
Yxy75.69580.36680.5149
Hunter Lab87.0033-41.634449.0453
CIE-Lab89.7179-41.773673.7415

#bbf445 color RGB value is (187,244,69).

#bbf445 hex color red value is 187, green value is 244 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bbf445 hue: 0.22 , saturation: 0.89 and the lightness value of bbf445 is 0.61.

The process color (four color CMYK) of #bbf445 color hex is 0.23, 0.00, 0.72, 0.04. Web safe color of #bbf445 is #ccff33. Color #bbf445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 01000101
Octal 273 364 105
Decimal 187 244 69
Hex BB F4 45

RGB Percentages of Color #bbf445

%37.40
%48.80
%13.80

CMYK Percentages of Color #bbf445

%23
%0
%72
%4

Triadic Colors of #bbf445

#bbf445 #45bbf4 #f445bb

Analogous Colors of #bbf445

#bbf445 #63f445 #f4d645

Monochromatic Colors of #bbf445

#bbf445

Complementary Color

#bbf445 #7e45f4

#bbf445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf445 Color CSS Codes

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

#bbf445 Text Font Color

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

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


#bbf445 Background Color

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

This div background color is #bbf445


#bbf445 Border Color

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

This div border color is #bbf445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf445


Comments

No comments written yet.

Please login to write comment.