Color Hex Logo

#bbf953 Color Hex

#BBF953
(187,249,83)
0 Favorites   0 Comments

Color spaces of #bbf953

RGB 18724983
HSL0.230.930.65
HSV82°67°98°
CMYK 0.250.000.67   0.02
XYZ55.930578.940720.4728
Yxy78.94070.36000.5082
Hunter Lab88.8486-43.118648.5322
CIE-Lab91.2075-43.108170.2621

#bbf953 color RGB value is (187,249,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01010011
Octal 273 371 123
Decimal 187 249 83
Hex BB F9 53

RGB Percentages of Color #bbf953

%36.03
%47.98
%15.99

CMYK Percentages of Color #bbf953

%25
%0
%67
%2

Triadic Colors of #bbf953

#bbf953 #53bbf9 #f953bb

Analogous Colors of #bbf953

#bbf953 #68f953 #f9e453

Monochromatic Colors of #bbf953

#bbf953

Complementary Color

#bbf953 #9153f9

#bbf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf953 Color CSS Codes

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

#bbf953 Text Font Color

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

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


#bbf953 Background Color

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

This div background color is #bbf953


#bbf953 Border Color

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

This div border color is #bbf953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf953


Comments

No comments written yet.

Please login to write comment.