Color Hex Logo

#bbf143 Color Hex

#BBF143
(187,241,67)
0 Favorites   0 Comments

Color spaces of #bbf143

RGB 18724167
HSL0.220.860.60
HSV79°72°95°
CMYK 0.220.000.72   0.05
XYZ52.961973.880616.7792
Yxy73.88060.36880.5144
Hunter Lab85.9538-40.433448.5936
CIE-Lab88.8660-40.563873.5774

#bbf143 color RGB value is (187,241,67).

#bbf143 hex color red value is 187, green value is 241 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bbf143 hue: 0.22 , saturation: 0.86 and the lightness value of bbf143 is 0.60.

The process color (four color CMYK) of #bbf143 color hex is 0.22, 0.00, 0.72, 0.05. Web safe color of #bbf143 is #ccff33. Color #bbf143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 01000011
Octal 273 361 103
Decimal 187 241 67
Hex BB F1 43

RGB Percentages of Color #bbf143

%37.78
%48.69
%13.54

CMYK Percentages of Color #bbf143

%22
%0
%72
%5

Triadic Colors of #bbf143

#bbf143 #43bbf1 #f143bb

Analogous Colors of #bbf143

#bbf143 #64f143 #f1d043

Monochromatic Colors of #bbf143

#bbf143

Complementary Color

#bbf143 #7943f1

#bbf143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf143 Color CSS Codes

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

#bbf143 Text Font Color

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

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


#bbf143 Background Color

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

This div background color is #bbf143


#bbf143 Border Color

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

This div border color is #bbf143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf143


Comments

No comments written yet.

Please login to write comment.