Color Hex Logo

#badbba Color Hex

#BADBBA
(186,219,186)
0 Favorites   0 Comments

Color spaces of #badbba

RGB 186219186
HSL0.330.310.79
HSV120°15°86°
CMYK 0.150.000.15   0.14
XYZ54.444164.647356.0630
Yxy64.64730.31080.3691
Hunter Lab80.4035-19.837514.9413
CIE-Lab84.3017-17.086812.6332

#badbba color RGB value is (186,219,186).

#badbba hex color red value is 186, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #badbba hue: 0.33 , saturation: 0.31 and the lightness value of badbba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10111010
Octal 272 333 272
Decimal 186 219 186
Hex BA DB BA

RGB Percentages of Color #badbba

%31.47
%37.06
%31.47

CMYK Percentages of Color #badbba

%15
%0
%15
%14

Triadic Colors of #badbba

#badbba #babadb #dbbaba

Analogous Colors of #badbba

#badbba #badbcb #cbdbba

Monochromatic Colors of #badbba

#badbba

Complementary Color

#badbba #dbbadb

#badbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbba Color CSS Codes

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

#badbba Text Font Color

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

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


#badbba Background Color

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

This div background color is #badbba


#badbba Border Color

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

This div border color is #badbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbba


Comments

No comments written yet.

Please login to write comment.