Color Hex Logo

#bbec92 Color Hex

#BBEC92
(187,236,146)
0 Favorites   0 Comments

Color spaces of #bbec92

RGB 187236146
HSL0.260.700.75
HSV93°38°93°
CMYK 0.210.000.38   0.07
XYZ55.677372.631038.2788
Yxy72.63100.33420.4360
Hunter Lab85.2238-32.526433.0262
CIE-Lab88.2714-31.086038.6234

#bbec92 color RGB value is (187,236,146).

#bbec92 hex color red value is 187, green value is 236 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbec92 hue: 0.26 , saturation: 0.70 and the lightness value of bbec92 is 0.75.

The process color (four color CMYK) of #bbec92 color hex is 0.21, 0.00, 0.38, 0.07. Web safe color of #bbec92 is #ccff99. Color #bbec92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10010010
Octal 273 354 222
Decimal 187 236 146
Hex BB EC 92

RGB Percentages of Color #bbec92

%32.86
%41.48
%25.66

CMYK Percentages of Color #bbec92

%21
%0
%38
%7

Triadic Colors of #bbec92

#bbec92 #92bbec #ec92bb

Analogous Colors of #bbec92

#bbec92 #92ec96 #e8ec92

Monochromatic Colors of #bbec92

#bbec92

Complementary Color

#bbec92 #c392ec

#bbec92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbec92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbec92 Color CSS Codes

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

#bbec92 Text Font Color

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

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


#bbec92 Background Color

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

This div background color is #bbec92


#bbec92 Border Color

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

This div border color is #bbec92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbec92


Comments

No comments written yet.

Please login to write comment.