Color Hex Logo

#bbd58f Color Hex

#BBD58F
(187,213,143)
0 Favorites   0 Comments

Color spaces of #bbd58f

RGB 187213143
HSL0.230.450.70
HSV82°33°84°
CMYK 0.120.000.33   0.16
XYZ49.245760.136534.9986
Yxy60.13650.34110.4165
Hunter Lab77.5477-22.354427.5248
CIE-Lab81.9123-20.448631.8124

#bbd58f color RGB value is (187,213,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 10001111
Octal 273 325 217
Decimal 187 213 143
Hex BB D5 8F

RGB Percentages of Color #bbd58f

%34.44
%39.23
%26.34

CMYK Percentages of Color #bbd58f

%12
%0
%33
%16

Triadic Colors of #bbd58f

#bbd58f #8fbbd5 #d58fbb

Analogous Colors of #bbd58f

#bbd58f #98d58f #d5cc8f

Monochromatic Colors of #bbd58f

#bbd58f

Complementary Color

#bbd58f #a98fd5

#bbd58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd58f Color CSS Codes

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

#bbd58f Text Font Color

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

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


#bbd58f Background Color

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

This div background color is #bbd58f


#bbd58f Border Color

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

This div border color is #bbd58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd58f


Comments

No comments written yet.

Please login to write comment.