Color Hex Logo

#badac2 Color Hex

#BADAC2
(186,218,194)
0 Favorites   0 Comments

Color spaces of #badac2

RGB 186218194
HSL0.380.300.79
HSV135°15°85°
CMYK 0.150.000.11   0.15
XYZ55.058764.477060.5823
Yxy64.47700.30570.3580
Hunter Lab80.2976-18.126311.4756
CIE-Lab84.2135-15.15028.2847

#badac2 color RGB value is (186,218,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11000010
Octal 272 332 302
Decimal 186 218 194
Hex BA DA C2

RGB Percentages of Color #badac2

%31.10
%36.45
%32.44

CMYK Percentages of Color #badac2

%15
%0
%11
%15

Triadic Colors of #badac2

#badac2 #c2bada #dac2ba

Analogous Colors of #badac2

#badac2 #badad2 #c2daba

Monochromatic Colors of #badac2

#badac2

Complementary Color

#badac2 #dabad2

#badac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badac2 Color CSS Codes

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

#badac2 Text Font Color

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

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


#badac2 Background Color

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

This div background color is #badac2


#badac2 Border Color

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

This div border color is #badac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badac2


Comments

No comments written yet.

Please login to write comment.