Color Hex Logo

#bbdf92 Color Hex

#BBDF92
(187,223,146)
0 Favorites   0 Comments

Color spaces of #bbdf92

RGB 187223146
HSL0.240.550.72
HSV88°35°87°
CMYK 0.160.000.35   0.13
XYZ52.069565.415537.0762
Yxy65.41550.33690.4232
Hunter Lab80.8798-26.623529.4367
CIE-Lab84.6974-24.919633.9552

#bbdf92 color RGB value is (187,223,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10010010
Octal 273 337 222
Decimal 187 223 146
Hex BB DF 92

RGB Percentages of Color #bbdf92

%33.63
%40.11
%26.26

CMYK Percentages of Color #bbdf92

%16
%0
%35
%13

Triadic Colors of #bbdf92

#bbdf92 #92bbdf #df92bb

Analogous Colors of #bbdf92

#bbdf92 #95df92 #dfdd92

Monochromatic Colors of #bbdf92

#bbdf92

Complementary Color

#bbdf92 #b692df

#bbdf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf92 Color CSS Codes

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

#bbdf92 Text Font Color

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

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


#bbdf92 Background Color

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

This div background color is #bbdf92


#bbdf92 Border Color

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

This div border color is #bbdf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf92


Comments

No comments written yet.

Please login to write comment.