Color Hex Logo

#badffe Color Hex

#BADFFE
(186,223,254)
0 Favorites   0 Comments

Color spaces of #badffe

RGB 186223254
HSL0.580.970.86
HSV207°27°100°
CMYK 0.270.120.00   0.00
XYZ64.526870.3702103.9478
Yxy70.37020.27020.2946
Hunter Lab83.8869-9.4979-14.7478
CIE-Lab87.1781-5.2889-19.0381

#badffe color RGB value is (186,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11111110
Octal 272 337 376
Decimal 186 223 254
Hex BA DF FE

RGB Percentages of Color #badffe

%28.05
%33.63
%38.31

CMYK Percentages of Color #badffe

%27
%12
%0
%0

Triadic Colors of #badffe

#badffe #febadf #dffeba

Analogous Colors of #badffe

#badffe #babdfe #bafefb

Monochromatic Colors of #badffe

#badffe

Complementary Color

#badffe #fed9ba

#badffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#badffe Color CSS Codes

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

#badffe Text Font Color

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

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


#badffe Background Color

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

This div background color is #badffe


#badffe Border Color

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

This div border color is #badffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,223,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 #badffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badffe


Comments

No comments written yet.

Please login to write comment.