Color Hex Logo

#bbdd92 Color Hex

#BBDD92
(187,221,146)
0 Favorites   0 Comments

Color spaces of #bbdd92

RGB 187221146
HSL0.240.520.72
HSV87°34°87°
CMYK 0.150.000.34   0.13
XYZ51.538364.353036.8991
Yxy64.35300.33730.4212
Hunter Lab80.2203-25.706628.8825
CIE-Lab84.1492-23.952833.2328

#bbdd92 color RGB value is (187,221,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10010010
Octal 273 335 222
Decimal 187 221 146
Hex BB DD 92

RGB Percentages of Color #bbdd92

%33.75
%39.89
%26.35

CMYK Percentages of Color #bbdd92

%15
%0
%34
%13

Triadic Colors of #bbdd92

#bbdd92 #92bbdd #dd92bb

Analogous Colors of #bbdd92

#bbdd92 #96dd92 #ddda92

Monochromatic Colors of #bbdd92

#bbdd92

Complementary Color

#bbdd92 #b492dd

#bbdd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd92 Color CSS Codes

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

#bbdd92 Text Font Color

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

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


#bbdd92 Background Color

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

This div background color is #bbdd92


#bbdd92 Border Color

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

This div border color is #bbdd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd92


Comments

No comments written yet.

Please login to write comment.