Color Hex Logo

#badad5 Color Hex

#BADAD5
(186,218,213)
0 Favorites   0 Comments

Color spaces of #badad5

RGB 186218213
HSL0.470.300.79
HSV171°15°85°
CMYK 0.150.000.02   0.15
XYZ57.331365.386072.5499
Yxy65.38600.29360.3349
Hunter Lab80.8616-14.95043.4075
CIE-Lab84.6823-11.5131-1.0949

#badad5 color RGB value is (186,218,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11010101
Octal 272 332 325
Decimal 186 218 213
Hex BA DA D5

RGB Percentages of Color #badad5

%30.15
%35.33
%34.52

CMYK Percentages of Color #badad5

%15
%0
%2
%15

Triadic Colors of #badad5

#badad5 #d5bada #dad5ba

Analogous Colors of #badad5

#badad5 #bacfda #badac5

Monochromatic Colors of #badad5

#badad5

Complementary Color

#badad5 #dababf

#badad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badad5 Color CSS Codes

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

#badad5 Text Font Color

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

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


#badad5 Background Color

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

This div background color is #badad5


#badad5 Border Color

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

This div border color is #badad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badad5


Comments

No comments written yet.

Please login to write comment.