Color Hex Logo

#badcf7 Color Hex

#BADCF7
(186,220,247)
0 Favorites   0 Comments

Color spaces of #badcf7

RGB 186220247
HSL0.570.790.85
HSV207°25°97°
CMYK 0.250.110.00   0.03
XYZ62.631468.340997.8858
Yxy68.34090.27370.2986
Hunter Lab82.6686-9.4347-12.3358
CIE-Lab86.1766-5.3177-16.8597

#badcf7 color RGB value is (186,220,247).

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

The process color (four color CMYK) of #badcf7 color hex is 0.25, 0.11, 0.00, 0.03. Web safe color of #badcf7 is #ccccff. Color #badcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11110111
Octal 272 334 367
Decimal 186 220 247
Hex BA DC F7

RGB Percentages of Color #badcf7

%28.48
%33.69
%37.83

CMYK Percentages of Color #badcf7

%25
%11
%0
%3

Triadic Colors of #badcf7

#badcf7 #f7badc #dcf7ba

Analogous Colors of #badcf7

#badcf7 #babef7 #baf7f4

Monochromatic Colors of #badcf7

#badcf7

Complementary Color

#badcf7 #f7d5ba

#badcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcf7 Color CSS Codes

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

#badcf7 Text Font Color

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

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


#badcf7 Background Color

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

This div background color is #badcf7


#badcf7 Border Color

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

This div border color is #badcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcf7


Comments

No comments written yet.

Please login to write comment.