Color Hex Logo

#bbdab4 Color Hex

#BBDAB4
(187,218,180)
0 Favorites   0 Comments

Color spaces of #bbdab4

RGB 187218180
HSL0.300.340.78
HSV109°17°85°
CMYK 0.140.000.17   0.15
XYZ53.803164.002952.6981
Yxy64.00290.31560.3754
Hunter Lab80.0018-19.957716.9463
CIE-Lab83.9673-17.281615.3302

#bbdab4 color RGB value is (187,218,180).

#bbdab4 hex color red value is 187, green value is 218 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bbdab4 hue: 0.30 , saturation: 0.34 and the lightness value of bbdab4 is 0.78.

The process color (four color CMYK) of #bbdab4 color hex is 0.14, 0.00, 0.17, 0.15. Web safe color of #bbdab4 is #cccccc. Color #bbdab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10110100
Octal 273 332 264
Decimal 187 218 180
Hex BB DA B4

RGB Percentages of Color #bbdab4

%31.97
%37.26
%30.77

CMYK Percentages of Color #bbdab4

%14
%0
%17
%15

Triadic Colors of #bbdab4

#bbdab4 #b4bbda #dab4bb

Analogous Colors of #bbdab4

#bbdab4 #b4dac0 #cedab4

Monochromatic Colors of #bbdab4

#bbdab4

Complementary Color

#bbdab4 #d3b4da

#bbdab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdab4 Color CSS Codes

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

#bbdab4 Text Font Color

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

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


#bbdab4 Background Color

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

This div background color is #bbdab4


#bbdab4 Border Color

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

This div border color is #bbdab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdab4


Comments

No comments written yet.

Please login to write comment.