Color Hex Logo

#bbdea1 Color Hex

#BBDEA1
(187,222,161)
0 Favorites   0 Comments

Color spaces of #bbdea1

RGB 187222161
HSL0.260.480.75
HSV94°27°87°
CMYK 0.160.000.27   0.13
XYZ53.047865.380643.5420
Yxy65.38060.32750.4037
Hunter Lab80.8583-24.395424.6733
CIE-Lab84.6795-22.296026.2367

#bbdea1 color RGB value is (187,222,161).

#bbdea1 hex color red value is 187, green value is 222 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbdea1 hue: 0.26 , saturation: 0.48 and the lightness value of bbdea1 is 0.75.

The process color (four color CMYK) of #bbdea1 color hex is 0.16, 0.00, 0.27, 0.13. Web safe color of #bbdea1 is #cccc99. Color #bbdea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10100001
Octal 273 336 241
Decimal 187 222 161
Hex BB DE A1

RGB Percentages of Color #bbdea1

%32.81
%38.95
%28.25

CMYK Percentages of Color #bbdea1

%16
%0
%27
%13

Triadic Colors of #bbdea1

#bbdea1 #a1bbde #dea1bb

Analogous Colors of #bbdea1

#bbdea1 #a1dea6 #dadea1

Monochromatic Colors of #bbdea1

#bbdea1

Complementary Color

#bbdea1 #c4a1de

#bbdea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdea1 Color CSS Codes

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

#bbdea1 Text Font Color

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

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


#bbdea1 Background Color

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

This div background color is #bbdea1


#bbdea1 Border Color

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

This div border color is #bbdea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdea1


Comments

No comments written yet.

Please login to write comment.