Color Hex Logo

#bbecbe Color Hex

#BBECBE
(187,236,190)
0 Favorites   0 Comments

Color spaces of #bbecbe

RGB 187236190
HSL0.340.560.83
HSV124°21°93°
CMYK 0.210.000.19   0.07
XYZ59.783274.273459.9005
Yxy74.27340.30820.3829
Hunter Lab86.1820-26.995719.1181
CIE-Lab89.0515-24.407617.2455

#bbecbe color RGB value is (187,236,190).

#bbecbe hex color red value is 187, green value is 236 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbecbe hue: 0.34 , saturation: 0.56 and the lightness value of bbecbe is 0.83.

The process color (four color CMYK) of #bbecbe color hex is 0.21, 0.00, 0.19, 0.07. Web safe color of #bbecbe is #ccffcc. Color #bbecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10111110
Octal 273 354 276
Decimal 187 236 190
Hex BB EC BE

RGB Percentages of Color #bbecbe

%30.51
%38.50
%31.00

CMYK Percentages of Color #bbecbe

%21
%0
%19
%7

Triadic Colors of #bbecbe

#bbecbe #bebbec #ecbebb

Analogous Colors of #bbecbe

#bbecbe #bbecd7 #d1ecbb

Monochromatic Colors of #bbecbe

#bbecbe

Complementary Color

#bbecbe #ecbbe9

#bbecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecbe Color CSS Codes

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

#bbecbe Text Font Color

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

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


#bbecbe Background Color

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

This div background color is #bbecbe


#bbecbe Border Color

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

This div border color is #bbecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecbe


Comments

No comments written yet.

Please login to write comment.