Color Hex Logo

#bbd58e Color Hex

#BBD58E
(187,213,142)
0 Favorites   0 Comments

Color spaces of #bbd58e

RGB 187213142
HSL0.230.460.70
HSV82°33°84°
CMYK 0.120.000.33   0.16
XYZ49.170360.106334.6013
Yxy60.10630.34180.4178
Hunter Lab77.5283-22.465427.8083
CIE-Lab81.8959-20.583032.3045

#bbd58e color RGB value is (187,213,142).

#bbd58e hex color red value is 187, green value is 213 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbd58e hue: 0.23 , saturation: 0.46 and the lightness value of bbd58e is 0.70.

The process color (four color CMYK) of #bbd58e color hex is 0.12, 0.00, 0.33, 0.16. Web safe color of #bbd58e is #cccc99. Color #bbd58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 10001110
Octal 273 325 216
Decimal 187 213 142
Hex BB D5 8E

RGB Percentages of Color #bbd58e

%34.50
%39.30
%26.20

CMYK Percentages of Color #bbd58e

%12
%0
%33
%16

Triadic Colors of #bbd58e

#bbd58e #8ebbd5 #d58ebb

Analogous Colors of #bbd58e

#bbd58e #98d58e #d5cc8e

Monochromatic Colors of #bbd58e

#bbd58e

Complementary Color

#bbd58e #a88ed5

#bbd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd58e Color CSS Codes

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

#bbd58e Text Font Color

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

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


#bbd58e Background Color

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

This div background color is #bbd58e


#bbd58e Border Color

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

This div border color is #bbd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd58e


Comments

No comments written yet.

Please login to write comment.