Color Hex Logo

#bbdba5 Color Hex

#BBDBA5
(187,219,165)
0 Favorites   0 Comments

Color spaces of #bbdba5

RGB 187219165
HSL0.270.430.75
HSV96°25°86°
CMYK 0.150.000.25   0.14
XYZ52.616663.944445.1666
Yxy63.94440.32530.3954
Hunter Lab79.9652-22.487422.4870
CIE-Lab83.9368-20.213323.1460

#bbdba5 color RGB value is (187,219,165).

#bbdba5 hex color red value is 187, green value is 219 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bbdba5 hue: 0.27 , saturation: 0.43 and the lightness value of bbdba5 is 0.75.

The process color (four color CMYK) of #bbdba5 color hex is 0.15, 0.00, 0.25, 0.14. Web safe color of #bbdba5 is #cccc99. Color #bbdba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10100101
Octal 273 333 245
Decimal 187 219 165
Hex BB DB A5

RGB Percentages of Color #bbdba5

%32.75
%38.35
%28.90

CMYK Percentages of Color #bbdba5

%15
%0
%25
%14

Triadic Colors of #bbdba5

#bbdba5 #a5bbdb #dba5bb

Analogous Colors of #bbdba5

#bbdba5 #a5dbaa #d6dba5

Monochromatic Colors of #bbdba5

#bbdba5

Complementary Color

#bbdba5 #c5a5db

#bbdba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdba5 Color CSS Codes

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

#bbdba5 Text Font Color

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

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


#bbdba5 Background Color

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

This div background color is #bbdba5


#bbdba5 Border Color

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

This div border color is #bbdba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdba5


Comments

No comments written yet.

Please login to write comment.