Color Hex Logo

#badabe Color Hex

#BADABE
(186,218,190)
0 Favorites   0 Comments

Color spaces of #badabe

RGB 186218190
HSL0.350.300.79
HSV128°15°85°
CMYK 0.150.000.13   0.15
XYZ54.615464.299658.2477
Yxy64.29960.30830.3629
Hunter Lab80.1870-18.750913.0628
CIE-Lab84.1215-15.875310.2668

#badabe color RGB value is (186,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10111110
Octal 272 332 276
Decimal 186 218 190
Hex BA DA BE

RGB Percentages of Color #badabe

%31.31
%36.70
%31.99

CMYK Percentages of Color #badabe

%15
%0
%13
%15

Triadic Colors of #badabe

#badabe #bebada #dabeba

Analogous Colors of #badabe

#badabe #badace #c6daba

Monochromatic Colors of #badabe

#badabe

Complementary Color

#badabe #dabad6

#badabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#badabe Color CSS Codes

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

#badabe Text Font Color

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

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


#badabe Background Color

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

This div background color is #badabe


#badabe Border Color

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

This div border color is #badabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badabe


Comments

No comments written yet.

Please login to write comment.