Color Hex Logo

#bbeab5 Color Hex

#BBEAB5
(187,234,181)
0 Favorites   0 Comments

Color spaces of #bbeab5

RGB 187234181
HSL0.310.560.81
HSV113°23°92°
CMYK 0.200.000.23   0.08
XYZ58.256872.746654.6871
Yxy72.74660.31370.3918
Hunter Lab85.2916-27.339321.6887
CIE-Lab88.3267-24.960920.8952

#bbeab5 color RGB value is (187,234,181).

#bbeab5 hex color red value is 187, green value is 234 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bbeab5 hue: 0.31 , saturation: 0.56 and the lightness value of bbeab5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10110101
Octal 273 352 265
Decimal 187 234 181
Hex BB EA B5

RGB Percentages of Color #bbeab5

%31.06
%38.87
%30.07

CMYK Percentages of Color #bbeab5

%20
%0
%23
%8

Triadic Colors of #bbeab5

#bbeab5 #b5bbea #eab5bb

Analogous Colors of #bbeab5

#bbeab5 #b5eaca #d6eab5

Monochromatic Colors of #bbeab5

#bbeab5

Complementary Color

#bbeab5 #e4b5ea

#bbeab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeab5 Color CSS Codes

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

#bbeab5 Text Font Color

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

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


#bbeab5 Background Color

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

This div background color is #bbeab5


#bbeab5 Border Color

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

This div border color is #bbeab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeab5

#bbeab5 Color Palettes


Comments

No comments written yet.

Please login to write comment.