Color Hex Logo

#bbfaae Color Hex

#BBFAAE
(187,250,174)
0 Favorites   0 Comments

Color spaces of #bbfaae

RGB 187250174
HSL0.300.880.83
HSV110°30°98°
CMYK 0.250.000.30   0.02
XYZ62.319181.992052.5859
Yxy81.99200.31650.4164
Hunter Lab90.5494-35.611928.9524
CIE-Lab92.5713-33.605430.2762

#bbfaae color RGB value is (187,250,174).

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

The process color (four color CMYK) of #bbfaae color hex is 0.25, 0.00, 0.30, 0.02. Web safe color of #bbfaae is #ccff99. Color #bbfaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10101110
Octal 273 372 256
Decimal 187 250 174
Hex BB FA AE

RGB Percentages of Color #bbfaae

%30.61
%40.92
%28.48

CMYK Percentages of Color #bbfaae

%25
%0
%30
%2

Triadic Colors of #bbfaae

#bbfaae #aebbfa #faaebb

Analogous Colors of #bbfaae

#bbfaae #aefac7 #e1faae

Monochromatic Colors of #bbfaae

#bbfaae

Complementary Color

#bbfaae #edaefa

#bbfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaae Color CSS Codes

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

#bbfaae Text Font Color

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

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


#bbfaae Background Color

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

This div background color is #bbfaae


#bbfaae Border Color

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

This div border color is #bbfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaae


Comments

No comments written yet.

Please login to write comment.