Color Hex Logo

#bad2fe Color Hex

#BAD2FE
(186,210,254)
0 Favorites   0 Comments

Color spaces of #bad2fe

RGB 186210254
HSL0.610.970.86
HSV219°27°100°
CMYK 0.270.170.00   0.00
XYZ61.185763.6880102.8341
Yxy63.68800.26870.2797
Hunter Lab79.8048-2.8037-20.5360
CIE-Lab83.80311.5394-24.1514

#bad2fe color RGB value is (186,210,254).

#bad2fe hex color red value is 186, green value is 210 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bad2fe hue: 0.61 , saturation: 0.97 and the lightness value of bad2fe is 0.86.

The process color (four color CMYK) of #bad2fe color hex is 0.27, 0.17, 0.00, 0.00. Web safe color of #bad2fe is #ccccff. Color #bad2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 11111110
Octal 272 322 376
Decimal 186 210 254
Hex BA D2 FE

RGB Percentages of Color #bad2fe

%28.62
%32.31
%39.08

CMYK Percentages of Color #bad2fe

%27
%17
%0
%0

Triadic Colors of #bad2fe

#bad2fe #febad2 #d2feba

Analogous Colors of #bad2fe

#bad2fe #c4bafe #baf4fe

Monochromatic Colors of #bad2fe

#bad2fe

Complementary Color

#bad2fe #fee6ba

#bad2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad2fe Color CSS Codes

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

#bad2fe Text Font Color

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

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


#bad2fe Background Color

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

This div background color is #bad2fe


#bad2fe Border Color

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

This div border color is #bad2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.