Color Hex Logo

#badabf Color Hex

#BADABF
(186,218,191)
0 Favorites   0 Comments

Color spaces of #badabf

RGB 186218191
HSL0.360.300.79
HSV129°15°85°
CMYK 0.150.000.12   0.15
XYZ54.725164.343558.8254
Yxy64.34350.30760.3617
Hunter Lab80.2144-18.596212.6696
CIE-Lab84.1443-15.69539.7711

#badabf color RGB value is (186,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10111111
Octal 272 332 277
Decimal 186 218 191
Hex BA DA BF

RGB Percentages of Color #badabf

%31.26
%36.64
%32.10

CMYK Percentages of Color #badabf

%15
%0
%12
%15

Triadic Colors of #badabf

#badabf #bfbada #dabfba

Analogous Colors of #badabf

#badabf #badacf #c5daba

Monochromatic Colors of #badabf

#badabf

Complementary Color

#badabf #dabad5

#badabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#badabf Color CSS Codes

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

#badabf Text Font Color

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

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


#badabf Background Color

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

This div background color is #badabf


#badabf Border Color

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

This div border color is #badabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badabf


Comments

No comments written yet.

Please login to write comment.