Color Hex Logo

#bbf0ae Color Hex

#BBF0AE
(187,240,174)
0 Favorites   0 Comments

Color spaces of #bbf0ae

RGB 187240174
HSL0.300.690.81
HSV108°28°94°
CMYK 0.220.000.28   0.06
XYZ59.293675.941051.5774
Yxy75.94100.31740.4065
Hunter Lab87.1441-31.049325.9093
CIE-Lab89.8319-28.944126.5628

#bbf0ae color RGB value is (187,240,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 10101110
Octal 273 360 256
Decimal 187 240 174
Hex BB F0 AE

RGB Percentages of Color #bbf0ae

%31.11
%39.93
%28.95

CMYK Percentages of Color #bbf0ae

%22
%0
%28
%6

Triadic Colors of #bbf0ae

#bbf0ae #aebbf0 #f0aebb

Analogous Colors of #bbf0ae

#bbf0ae #aef0c2 #dcf0ae

Monochromatic Colors of #bbf0ae

#bbf0ae

Complementary Color

#bbf0ae #e3aef0

#bbf0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf0ae Color CSS Codes

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

#bbf0ae Text Font Color

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

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


#bbf0ae Background Color

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

This div background color is #bbf0ae


#bbf0ae Border Color

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

This div border color is #bbf0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf0ae


Comments

No comments written yet.

Please login to write comment.