Color Hex Logo

#bbe973 Color Hex

#BBE973
(187,233,115)
0 Favorites   0 Comments

Color spaces of #bbe973

RGB 187233115
HSL0.230.730.68
HSV83°51°91°
CMYK 0.200.000.51   0.09
XYZ52.726970.080426.9675
Yxy70.08040.35200.4679
Hunter Lab83.7140-34.072239.5002
CIE-Lab87.0363-33.286452.0486

#bbe973 color RGB value is (187,233,115).

#bbe973 hex color red value is 187, green value is 233 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbe973 hue: 0.23 , saturation: 0.73 and the lightness value of bbe973 is 0.68.

The process color (four color CMYK) of #bbe973 color hex is 0.20, 0.00, 0.51, 0.09. Web safe color of #bbe973 is #ccff66. Color #bbe973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01110011
Octal 273 351 163
Decimal 187 233 115
Hex BB E9 73

RGB Percentages of Color #bbe973

%34.95
%43.55
%21.50

CMYK Percentages of Color #bbe973

%20
%0
%51
%9

Triadic Colors of #bbe973

#bbe973 #73bbe9 #e973bb

Analogous Colors of #bbe973

#bbe973 #80e973 #e9dc73

Monochromatic Colors of #bbe973

#bbe973

Complementary Color

#bbe973 #a173e9

#bbe973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe973 Color CSS Codes

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

#bbe973 Text Font Color

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

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


#bbe973 Background Color

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

This div background color is #bbe973


#bbe973 Border Color

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

This div border color is #bbe973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,233,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 #bbe973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe973


Comments

No comments written yet.

Please login to write comment.