Color Hex Logo

#bbf473 Color Hex

#BBF473
(187,244,115)
0 Favorites   0 Comments

Color spaces of #bbf473

RGB 187244115
HSL0.240.850.70
HSV87°53°96°
CMYK 0.230.000.53   0.04
XYZ55.938776.504028.0381
Yxy76.50400.34860.4767
Hunter Lab87.4666-38.907942.2207
CIE-Lab90.0928-38.283255.6779

#bbf473 color RGB value is (187,244,115).

#bbf473 hex color red value is 187, green value is 244 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbf473 hue: 0.24 , saturation: 0.85 and the lightness value of bbf473 is 0.70.

The process color (four color CMYK) of #bbf473 color hex is 0.23, 0.00, 0.53, 0.04. Web safe color of #bbf473 is #ccff66. Color #bbf473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 01110011
Octal 273 364 163
Decimal 187 244 115
Hex BB F4 73

RGB Percentages of Color #bbf473

%34.25
%44.69
%21.06

CMYK Percentages of Color #bbf473

%23
%0
%53
%4

Triadic Colors of #bbf473

#bbf473 #73bbf4 #f473bb

Analogous Colors of #bbf473

#bbf473 #7bf473 #f4ed73

Monochromatic Colors of #bbf473

#bbf473

Complementary Color

#bbf473 #ac73f4

#bbf473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf473 Color CSS Codes

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

#bbf473 Text Font Color

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

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


#bbf473 Background Color

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

This div background color is #bbf473


#bbf473 Border Color

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

This div border color is #bbf473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf473


Comments

No comments written yet.

Please login to write comment.