Color Hex Logo

#bbde92 Color Hex

#BBDE92
(187,222,146)
0 Favorites   0 Comments

Color spaces of #bbde92

RGB 187222146
HSL0.240.540.72
HSV88°34°87°
CMYK 0.160.000.34   0.13
XYZ51.803164.882736.9874
Yxy64.88270.33710.4222
Hunter Lab80.5498-26.165429.1597
CIE-Lab84.4233-24.436933.5942

#bbde92 color RGB value is (187,222,146).

#bbde92 hex color red value is 187, green value is 222 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbde92 hue: 0.24 , saturation: 0.54 and the lightness value of bbde92 is 0.72.

The process color (four color CMYK) of #bbde92 color hex is 0.16, 0.00, 0.34, 0.13. Web safe color of #bbde92 is #cccc99. Color #bbde92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10010010
Octal 273 336 222
Decimal 187 222 146
Hex BB DE 92

RGB Percentages of Color #bbde92

%33.69
%40.00
%26.31

CMYK Percentages of Color #bbde92

%16
%0
%34
%13

Triadic Colors of #bbde92

#bbde92 #92bbde #de92bb

Analogous Colors of #bbde92

#bbde92 #95de92 #dedb92

Monochromatic Colors of #bbde92

#bbde92

Complementary Color

#bbde92 #b592de

#bbde92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde92 Color CSS Codes

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

#bbde92 Text Font Color

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

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


#bbde92 Background Color

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

This div background color is #bbde92


#bbde92 Border Color

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

This div border color is #bbde92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde92


Comments

No comments written yet.

Please login to write comment.