Color Hex Logo

#bbf962 Color Hex

#BBF962
(187,249,98)
0 Favorites   0 Comments

Color spaces of #bbf962

RGB 18724998
HSL0.240.930.68
HSV85°61°98°
CMYK 0.250.000.61   0.02
XYZ56.573879.198023.8603
Yxy79.19800.35440.4961
Hunter Lab88.9933-42.264246.3988
CIE-Lab91.3238-42.009364.4629

#bbf962 color RGB value is (187,249,98).

#bbf962 hex color red value is 187, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bbf962 hue: 0.24 , saturation: 0.93 and the lightness value of bbf962 is 0.68.

The process color (four color CMYK) of #bbf962 color hex is 0.25, 0.00, 0.61, 0.02. Web safe color of #bbf962 is #ccff66. Color #bbf962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01100010
Octal 273 371 142
Decimal 187 249 98
Hex BB F9 62

RGB Percentages of Color #bbf962

%35.02
%46.63
%18.35

CMYK Percentages of Color #bbf962

%25
%0
%61
%2

Triadic Colors of #bbf962

#bbf962 #62bbf9 #f962bb

Analogous Colors of #bbf962

#bbf962 #70f962 #f9ec62

Monochromatic Colors of #bbf962

#bbf962

Complementary Color

#bbf962 #a062f9

#bbf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf962 Color CSS Codes

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

#bbf962 Text Font Color

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

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


#bbf962 Background Color

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

This div background color is #bbf962


#bbf962 Border Color

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

This div border color is #bbf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf962


Comments

No comments written yet.

Please login to write comment.