Color Hex Logo

#bbecb6 Color Hex

#BBECB6
(187,236,182)
0 Favorites   0 Comments

Color spaces of #bbecb6

RGB 187236182
HSL0.320.590.82
HSV114°23°93°
CMYK 0.210.000.23   0.07
XYZ58.932573.933155.4204
Yxy73.93310.31300.3927
Hunter Lab85.9844-28.131221.9742
CIE-Lab88.8909-25.756721.1604

#bbecb6 color RGB value is (187,236,182).

#bbecb6 hex color red value is 187, green value is 236 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bbecb6 hue: 0.32 , saturation: 0.59 and the lightness value of bbecb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10110110
Octal 273 354 266
Decimal 187 236 182
Hex BB EC B6

RGB Percentages of Color #bbecb6

%30.91
%39.01
%30.08

CMYK Percentages of Color #bbecb6

%21
%0
%23
%7

Triadic Colors of #bbecb6

#bbecb6 #b6bbec #ecb6bb

Analogous Colors of #bbecb6

#bbecb6 #b6eccc #d6ecb6

Monochromatic Colors of #bbecb6

#bbecb6

Complementary Color

#bbecb6 #e7b6ec

#bbecb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecb6 Color CSS Codes

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

#bbecb6 Text Font Color

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

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


#bbecb6 Background Color

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

This div background color is #bbecb6


#bbecb6 Border Color

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

This div border color is #bbecb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecb6

#bbecb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.