Color Hex Logo

#badcf9 Color Hex

#BADCF9
(186,220,249)
0 Favorites   0 Comments

Color spaces of #badcf9

RGB 186220249
HSL0.580.840.85
HSV208°25°98°
CMYK 0.250.120.00   0.02
XYZ62.941868.465199.5202
Yxy68.46510.27260.2965
Hunter Lab82.7436-9.0192-13.3907
CIE-Lab86.2385-4.8667-17.8215

#badcf9 color RGB value is (186,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11111001
Octal 272 334 371
Decimal 186 220 249
Hex BA DC F9

RGB Percentages of Color #badcf9

%28.40
%33.59
%38.02

CMYK Percentages of Color #badcf9

%25
%12
%0
%2

Triadic Colors of #badcf9

#badcf9 #f9badc #dcf9ba

Analogous Colors of #badcf9

#badcf9 #babdf9 #baf9f7

Monochromatic Colors of #badcf9

#badcf9

Complementary Color

#badcf9 #f9d7ba

#badcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcf9 Color CSS Codes

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

#badcf9 Text Font Color

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

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


#badcf9 Background Color

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

This div background color is #badcf9


#badcf9 Border Color

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

This div border color is #badcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcf9


Comments

No comments written yet.

Please login to write comment.