Color Hex Logo

#badab4 Color Hex

#BADAB4
(186,218,180)
0 Favorites   0 Comments

Color spaces of #badab4

RGB 186218180
HSL0.310.340.78
HSV111°17°85°
CMYK 0.150.000.17   0.15
XYZ53.559363.877252.6867
Yxy63.87720.31480.3755
Hunter Lab79.9232-20.246616.8613
CIE-Lab83.9018-17.625015.2286

#badab4 color RGB value is (186,218,180).

#badab4 hex color red value is 186, green value is 218 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #badab4 hue: 0.31 , saturation: 0.34 and the lightness value of badab4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10110100
Octal 272 332 264
Decimal 186 218 180
Hex BA DA B4

RGB Percentages of Color #badab4

%31.85
%37.33
%30.82

CMYK Percentages of Color #badab4

%15
%0
%17
%15

Triadic Colors of #badab4

#badab4 #b4bada #dab4ba

Analogous Colors of #badab4

#badab4 #b4dac1 #cddab4

Monochromatic Colors of #badab4

#badab4

Complementary Color

#badab4 #d4b4da

#badab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badab4 Color CSS Codes

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

#badab4 Text Font Color

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

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


#badab4 Background Color

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

This div background color is #badab4


#badab4 Border Color

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

This div border color is #badab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badab4


Comments

No comments written yet.

Please login to write comment.