Color Hex Logo

#bbdea4 Color Hex

#BBDEA4
(187,222,164)
0 Favorites   0 Comments

Color spaces of #bbdea4

RGB 187222164
HSL0.270.470.76
HSV96°26°87°
CMYK 0.160.000.26   0.13
XYZ53.315665.487744.9523
Yxy65.48770.32560.3999
Hunter Lab80.9245-24.016423.7124
CIE-Lab84.7344-21.841324.7574

#bbdea4 color RGB value is (187,222,164).

#bbdea4 hex color red value is 187, green value is 222 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bbdea4 hue: 0.27 , saturation: 0.47 and the lightness value of bbdea4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10100100
Octal 273 336 244
Decimal 187 222 164
Hex BB DE A4

RGB Percentages of Color #bbdea4

%32.64
%38.74
%28.62

CMYK Percentages of Color #bbdea4

%16
%0
%26
%13

Triadic Colors of #bbdea4

#bbdea4 #a4bbde #dea4bb

Analogous Colors of #bbdea4

#bbdea4 #a4deaa #d8dea4

Monochromatic Colors of #bbdea4

#bbdea4

Complementary Color

#bbdea4 #c7a4de

#bbdea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdea4 Color CSS Codes

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

#bbdea4 Text Font Color

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

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


#bbdea4 Background Color

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

This div background color is #bbdea4


#bbdea4 Border Color

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

This div border color is #bbdea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdea4


Comments

No comments written yet.

Please login to write comment.