Color Hex Logo

#badffc Color Hex

#BADFFC
(186,223,252)
1 Favorites   0 Comments

Color spaces of #badffc

RGB 186223252
HSL0.570.920.86
HSV206°26°99°
CMYK 0.260.120.00   0.01
XYZ64.208170.2427102.2695
Yxy70.24270.27120.2967
Hunter Lab83.8109-9.9191-13.6804
CIE-Lab87.1158-5.7448-18.0800

#badffc color RGB value is (186,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11111100
Octal 272 337 374
Decimal 186 223 252
Hex BA DF FC

RGB Percentages of Color #badffc

%28.14
%33.74
%38.12

CMYK Percentages of Color #badffc

%26
%12
%0
%1

Triadic Colors of #badffc

#badffc #fcbadf #dffcba

Analogous Colors of #badffc

#badffc #babefc #bafcf8

Monochromatic Colors of #badffc

#badffc

Complementary Color

#badffc #fcd7ba

#badffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badffc Color CSS Codes

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

#badffc Text Font Color

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

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


#badffc Background Color

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

This div background color is #badffc


#badffc Border Color

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

This div border color is #badffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badffc

#badffc Color Palettes


Comments

No comments written yet.

Please login to write comment.