Color Hex Logo

#bbeabf Color Hex

#BBEABF
(187,234,191)
0 Favorites   0 Comments

Color spaces of #bbeabf

RGB 187234191
HSL0.350.530.83
HSV125°20°92°
CMYK 0.200.000.18   0.08
XYZ59.320373.172060.2873
Yxy73.17200.30770.3796
Hunter Lab85.5406-25.910818.0921
CIE-Lab88.5297-23.266815.9938

#bbeabf color RGB value is (187,234,191).

#bbeabf hex color red value is 187, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbeabf hue: 0.35 , saturation: 0.53 and the lightness value of bbeabf is 0.83.

The process color (four color CMYK) of #bbeabf color hex is 0.20, 0.00, 0.18, 0.08. Web safe color of #bbeabf is #ccffcc. Color #bbeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10111111
Octal 273 352 277
Decimal 187 234 191
Hex BB EA BF

RGB Percentages of Color #bbeabf

%30.56
%38.24
%31.21

CMYK Percentages of Color #bbeabf

%20
%0
%18
%8

Triadic Colors of #bbeabf

#bbeabf #bfbbea #eabfbb

Analogous Colors of #bbeabf

#bbeabf #bbead7 #cfeabb

Monochromatic Colors of #bbeabf

#bbeabf

Complementary Color

#bbeabf #eabbe6

#bbeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeabf Color CSS Codes

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

#bbeabf Text Font Color

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

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


#bbeabf Background Color

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

This div background color is #bbeabf


#bbeabf Border Color

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

This div border color is #bbeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeabf


Comments

No comments written yet.

Please login to write comment.