Color Hex Logo

#bbeabd Color Hex

#BBEABD
(187,234,189)
0 Favorites   0 Comments

Color spaces of #bbeabd

RGB 187234189
HSL0.340.530.83
HSV123°20°92°
CMYK 0.200.000.19   0.08
XYZ59.101673.084659.1359
Yxy73.08460.30890.3820
Hunter Lab85.4895-26.204018.8298
CIE-Lab88.4880-23.613116.9743

#bbeabd color RGB value is (187,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 10111101
Octal 273 352 275
Decimal 187 234 189
Hex BB EA BD

RGB Percentages of Color #bbeabd

%30.66
%38.36
%30.98

CMYK Percentages of Color #bbeabd

%20
%0
%19
%8

Triadic Colors of #bbeabd

#bbeabd #bdbbea #eabdbb

Analogous Colors of #bbeabd

#bbeabd #bbead5 #d1eabb

Monochromatic Colors of #bbeabd

#bbeabd

Complementary Color

#bbeabd #eabbe8

#bbeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeabd Color CSS Codes

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

#bbeabd Text Font Color

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

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


#bbeabd Background Color

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

This div background color is #bbeabd


#bbeabd Border Color

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

This div border color is #bbeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeabd


Comments

No comments written yet.

Please login to write comment.