Color Hex Logo

#bbdabc Color Hex

#BBDABC
(187,218,188)
0 Favorites   0 Comments

Color spaces of #bbdabc

RGB 187218188
HSL0.340.300.79
HSV122°14°85°
CMYK 0.140.000.14   0.15
XYZ54.642064.338457.1156
Yxy64.33840.31030.3654
Hunter Lab80.2112-18.770713.9295
CIE-Lab84.1416-15.894611.3603

#bbdabc color RGB value is (187,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10111100
Octal 273 332 274
Decimal 187 218 188
Hex BB DA BC

RGB Percentages of Color #bbdabc

%31.53
%36.76
%31.70

CMYK Percentages of Color #bbdabc

%14
%0
%14
%15

Triadic Colors of #bbdabc

#bbdabc #bcbbda #dabcbb

Analogous Colors of #bbdabc

#bbdabc #bbdacc #cadabb

Monochromatic Colors of #bbdabc

#bbdabc

Complementary Color

#bbdabc #dabbd9

#bbdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdabc Color CSS Codes

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

#bbdabc Text Font Color

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

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


#bbdabc Background Color

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

This div background color is #bbdabc


#bbdabc Border Color

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

This div border color is #bbdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdabc


Comments

No comments written yet.

Please login to write comment.