Color Hex Logo

#bbdabf Color Hex

#BBDABF
(187,218,191)
0 Favorites   0 Comments

Color spaces of #bbdabf

RGB 187218191
HSL0.350.300.79
HSV128°14°85°
CMYK 0.140.000.12   0.15
XYZ54.968964.469258.8368
Yxy64.46920.30830.3616
Hunter Lab80.2927-18.310012.7584
CIE-Lab84.2095-15.35959.8730

#bbdabf color RGB value is (187,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10111111
Octal 273 332 277
Decimal 187 218 191
Hex BB DA BF

RGB Percentages of Color #bbdabf

%31.38
%36.58
%32.05

CMYK Percentages of Color #bbdabf

%14
%0
%12
%15

Triadic Colors of #bbdabf

#bbdabf #bfbbda #dabfbb

Analogous Colors of #bbdabf

#bbdabf #bbdacf #c7dabb

Monochromatic Colors of #bbdabf

#bbdabf

Complementary Color

#bbdabf #dabbd6

#bbdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdabf Color CSS Codes

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

#bbdabf Text Font Color

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

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


#bbdabf Background Color

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

This div background color is #bbdabf


#bbdabf Border Color

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

This div border color is #bbdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdabf


Comments

No comments written yet.

Please login to write comment.