Color Hex Logo

#bbe971 Color Hex

#BBE971
(187,233,113)
0 Favorites   0 Comments

Color spaces of #bbe971

RGB 187233113
HSL0.230.730.68
HSV83°52°91°
CMYK 0.200.000.52   0.09
XYZ52.613170.034926.3679
Yxy70.03490.35310.4700
Hunter Lab83.6869-34.230839.8998
CIE-Lab87.0140-33.486152.9480

#bbe971 color RGB value is (187,233,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01110001
Octal 273 351 161
Decimal 187 233 113
Hex BB E9 71

RGB Percentages of Color #bbe971

%35.08
%43.71
%21.20

CMYK Percentages of Color #bbe971

%20
%0
%52
%9

Triadic Colors of #bbe971

#bbe971 #71bbe9 #e971bb

Analogous Colors of #bbe971

#bbe971 #7fe971 #e9db71

Monochromatic Colors of #bbe971

#bbe971

Complementary Color

#bbe971 #9f71e9

#bbe971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe971 Color CSS Codes

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

#bbe971 Text Font Color

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

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


#bbe971 Background Color

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

This div background color is #bbe971


#bbe971 Border Color

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

This div border color is #bbe971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe971


Comments

No comments written yet.

Please login to write comment.