Color Hex Logo

#baddbb Color Hex

#BADDBB
(186,221,187)
0 Favorites   0 Comments

Color spaces of #baddbb

RGB 186221187
HSL0.340.340.80
HSV122°16°87°
CMYK 0.160.000.15   0.13
XYZ55.075865.739956.8000
Yxy65.73990.31010.3701
Hunter Lab81.0801-20.639515.2210
CIE-Lab84.8636-17.909012.9026

#baddbb color RGB value is (186,221,187).

#baddbb hex color red value is 186, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #baddbb hue: 0.34 , saturation: 0.34 and the lightness value of baddbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10111011
Octal 272 335 273
Decimal 186 221 187
Hex BA DD BB

RGB Percentages of Color #baddbb

%31.31
%37.21
%31.48

CMYK Percentages of Color #baddbb

%16
%0
%15
%13

Triadic Colors of #baddbb

#baddbb #bbbadd #ddbbba

Analogous Colors of #baddbb

#baddbb #baddcd #cbddba

Monochromatic Colors of #baddbb

#baddbb

Complementary Color

#baddbb #ddbadc

#baddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddbb Color CSS Codes

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

#baddbb Text Font Color

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

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


#baddbb Background Color

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

This div background color is #baddbb


#baddbb Border Color

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

This div border color is #baddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddbb


Comments

No comments written yet.

Please login to write comment.