Color Hex Logo

#badaf5 Color Hex

#BADAF5
(186,218,245)
0 Favorites   0 Comments

Color spaces of #badaf5

RGB 186218245
HSL0.580.750.85
HSV207°24°96°
CMYK 0.240.110.00   0.04
XYZ61.802567.174596.0948
Yxy67.17450.27460.2985
Hunter Lab81.9601-8.8310-12.1431
CIE-Lab85.5920-4.7257-16.6832

#badaf5 color RGB value is (186,218,245).

#badaf5 hex color red value is 186, green value is 218 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #badaf5 hue: 0.58 , saturation: 0.75 and the lightness value of badaf5 is 0.85.

The process color (four color CMYK) of #badaf5 color hex is 0.24, 0.11, 0.00, 0.04. Web safe color of #badaf5 is #ccccff. Color #badaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11110101
Octal 272 332 365
Decimal 186 218 245
Hex BA DA F5

RGB Percentages of Color #badaf5

%28.66
%33.59
%37.75

CMYK Percentages of Color #badaf5

%24
%11
%0
%4

Triadic Colors of #badaf5

#badaf5 #f5bada #daf5ba

Analogous Colors of #badaf5

#badaf5 #babdf5 #baf5f3

Monochromatic Colors of #badaf5

#badaf5

Complementary Color

#badaf5 #f5d5ba

#badaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaf5 Color CSS Codes

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

#badaf5 Text Font Color

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

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


#badaf5 Background Color

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

This div background color is #badaf5


#badaf5 Border Color

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

This div border color is #badaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaf5


Comments

No comments written yet.

Please login to write comment.