Color Hex Logo

#badfbb Color Hex

#BADFBB
(186,223,187)
0 Favorites   0 Comments

Color spaces of #badfbb

RGB 186223187
HSL0.340.370.80
HSV122°17°87°
CMYK 0.170.000.16   0.13
XYZ55.607066.802356.9770
Yxy66.80230.31000.3724
Hunter Lab81.7327-21.589315.8810
CIE-Lab85.4040-18.902613.6674

#badfbb color RGB value is (186,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10111011
Octal 272 337 273
Decimal 186 223 187
Hex BA DF BB

RGB Percentages of Color #badfbb

%31.21
%37.42
%31.38

CMYK Percentages of Color #badfbb

%17
%0
%16
%13

Triadic Colors of #badfbb

#badfbb #bbbadf #dfbbba

Analogous Colors of #badfbb

#badfbb #badfce #ccdfba

Monochromatic Colors of #badfbb

#badfbb

Complementary Color

#badfbb #dfbade

#badfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfbb Color CSS Codes

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

#badfbb Text Font Color

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

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


#badfbb Background Color

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

This div background color is #badfbb


#badfbb Border Color

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

This div border color is #badfbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,223,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 #badfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfbb


Comments

No comments written yet.

Please login to write comment.