Color Hex Logo

#bbecae Color Hex

#BBECAE
(187,236,174)
0 Favorites   0 Comments

Color spaces of #bbecae

RGB 187236174
HSL0.300.620.80
HSV107°26°93°
CMYK 0.210.000.26   0.07
XYZ58.129073.611751.1892
Yxy73.61170.31780.4024
Hunter Lab85.7973-29.208624.6839
CIE-Lab88.7386-27.047225.0699

#bbecae color RGB value is (187,236,174).

#bbecae hex color red value is 187, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbecae hue: 0.30 , saturation: 0.62 and the lightness value of bbecae is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10101110
Octal 273 354 256
Decimal 187 236 174
Hex BB EC AE

RGB Percentages of Color #bbecae

%31.32
%39.53
%29.15

CMYK Percentages of Color #bbecae

%21
%0
%26
%7

Triadic Colors of #bbecae

#bbecae #aebbec #ecaebb

Analogous Colors of #bbecae

#bbecae #aeecc0 #daecae

Monochromatic Colors of #bbecae

#bbecae

Complementary Color

#bbecae #dfaeec

#bbecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecae Color CSS Codes

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

#bbecae Text Font Color

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

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


#bbecae Background Color

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

This div background color is #bbecae


#bbecae Border Color

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

This div border color is #bbecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecae


Comments

No comments written yet.

Please login to write comment.