Color Hex Logo

#badcf3 Color Hex

#BADCF3
(186,220,243)
0 Favorites   0 Comments

Color spaces of #badcf3

RGB 186220243
HSL0.570.700.84
HSV204°23°95°
CMYK 0.230.090.00   0.05
XYZ62.020668.096694.6691
Yxy68.09660.27590.3029
Hunter Lab82.5207-10.2547-10.2540
CIE-Lab86.0547-6.2113-14.9319

#badcf3 color RGB value is (186,220,243).

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

The process color (four color CMYK) of #badcf3 color hex is 0.23, 0.09, 0.00, 0.05. Web safe color of #badcf3 is #ccccff. Color #badcf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11110011
Octal 272 334 363
Decimal 186 220 243
Hex BA DC F3

RGB Percentages of Color #badcf3

%28.66
%33.90
%37.44

CMYK Percentages of Color #badcf3

%23
%9
%0
%5

Triadic Colors of #badcf3

#badcf3 #f3badc #dcf3ba

Analogous Colors of #badcf3

#badcf3 #bac0f3 #baf3ee

Monochromatic Colors of #badcf3

#badcf3

Complementary Color

#badcf3 #f3d1ba

#badcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcf3 Color CSS Codes

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

#badcf3 Text Font Color

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

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


#badcf3 Background Color

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

This div background color is #badcf3


#badcf3 Border Color

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

This div border color is #badcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcf3


Comments

No comments written yet.

Please login to write comment.