Color Hex Logo

#bbf1ae Color Hex

#BBF1AE
(187,241,174)
0 Favorites   0 Comments

Color spaces of #bbf1ae

RGB 187241174
HSL0.300.710.81
HSV108°28°95°
CMYK 0.220.000.28   0.05
XYZ59.588876.531451.6758
Yxy76.53140.31730.4075
Hunter Lab87.4822-31.508026.2149
CIE-Lab90.1055-29.415326.9353

#bbf1ae color RGB value is (187,241,174).

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

The process color (four color CMYK) of #bbf1ae color hex is 0.22, 0.00, 0.28, 0.05. Web safe color of #bbf1ae is #ccff99. Color #bbf1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 10101110
Octal 273 361 256
Decimal 187 241 174
Hex BB F1 AE

RGB Percentages of Color #bbf1ae

%31.06
%40.03
%28.90

CMYK Percentages of Color #bbf1ae

%22
%0
%28
%5

Triadic Colors of #bbf1ae

#bbf1ae #aebbf1 #f1aebb

Analogous Colors of #bbf1ae

#bbf1ae #aef1c3 #ddf1ae

Monochromatic Colors of #bbf1ae

#bbf1ae

Complementary Color

#bbf1ae #e4aef1

#bbf1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1ae Color CSS Codes

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

#bbf1ae Text Font Color

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

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


#bbf1ae Background Color

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

This div background color is #bbf1ae


#bbf1ae Border Color

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

This div border color is #bbf1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1ae


Comments

No comments written yet.

Please login to write comment.