Color Hex Logo

#bbecca Color Hex

#BBECCA
(187,236,202)
0 Favorites   0 Comments

Color spaces of #bbecca

RGB 187236202
HSL0.380.560.83
HSV138°21°93°
CMYK 0.210.000.14   0.07
XYZ61.149674.820067.0959
Yxy74.82000.30110.3685
Hunter Lab86.4986-25.183014.5584
CIE-Lab89.3086-22.276411.3735

#bbecca color RGB value is (187,236,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11001010
Octal 273 354 312
Decimal 187 236 202
Hex BB EC CA

RGB Percentages of Color #bbecca

%29.92
%37.76
%32.32

CMYK Percentages of Color #bbecca

%21
%0
%14
%7

Triadic Colors of #bbecca

#bbecca #cabbec #eccabb

Analogous Colors of #bbecca

#bbecca #bbece3 #c5ecbb

Monochromatic Colors of #bbecca

#bbecca

Complementary Color

#bbecca #ecbbdd

#bbecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecca Color CSS Codes

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

#bbecca Text Font Color

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

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


#bbecca Background Color

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

This div background color is #bbecca


#bbecca Border Color

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

This div border color is #bbecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecca


Comments

No comments written yet.

Please login to write comment.