Color Hex Logo

#bbf542 Color Hex

#BBF542
(187,245,66)
0 Favorites   0 Comments

Color spaces of #bbf542

RGB 18724566
HSL0.220.900.61
HSV79°73°96°
CMYK 0.240.000.73   0.04
XYZ54.129376.263017.0216
Yxy76.26300.36720.5173
Hunter Lab87.3287-42.184849.5736
CIE-Lab89.9813-42.369974.9864

#bbf542 color RGB value is (187,245,66).

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

The process color (four color CMYK) of #bbf542 color hex is 0.24, 0.00, 0.73, 0.04. Web safe color of #bbf542 is #ccff33. Color #bbf542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 01000010
Octal 273 365 102
Decimal 187 245 66
Hex BB F5 42

RGB Percentages of Color #bbf542

%37.55
%49.20
%13.25

CMYK Percentages of Color #bbf542

%24
%0
%73
%4

Triadic Colors of #bbf542

#bbf542 #42bbf5 #f542bb

Analogous Colors of #bbf542

#bbf542 #61f542 #f5d642

Monochromatic Colors of #bbf542

#bbf542

Complementary Color

#bbf542 #7c42f5

#bbf542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf542 Color CSS Codes

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

#bbf542 Text Font Color

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

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


#bbf542 Background Color

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

This div background color is #bbf542


#bbf542 Border Color

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

This div border color is #bbf542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf542


Comments

No comments written yet.

Please login to write comment.