Color Hex Logo

#bdfadc Color Hex

#BDFADC
(189,250,220)
0 Favorites   0 Comments

Color spaces of #bdfadc

RGB 189250220
HSL0.420.860.86
HSV150°24°98°
CMYK 0.240.000.12   0.02
XYZ68.090184.357380.4040
Yxy84.35730.29240.3623
Hunter Lab91.8462-28.400112.3887
CIE-Lab93.6055-25.04858.2010

#bdfadc color RGB value is (189,250,220).

#bdfadc hex color red value is 189, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdfadc hue: 0.42 , saturation: 0.86 and the lightness value of bdfadc is 0.86.

The process color (four color CMYK) of #bdfadc color hex is 0.24, 0.00, 0.12, 0.02. Web safe color of #bdfadc is #ccffcc. Color #bdfadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11011100
Octal 275 372 334
Decimal 189 250 220
Hex BD FA DC

RGB Percentages of Color #bdfadc

%28.68
%37.94
%33.38

CMYK Percentages of Color #bdfadc

%24
%0
%12
%2

Triadic Colors of #bdfadc

#bdfadc #dcbdfa #fadcbd

Analogous Colors of #bdfadc

#bdfadc #bdfafa #bdfabe

Monochromatic Colors of #bdfadc

#bdfadc

Complementary Color

#bdfadc #fabddb

#bdfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfadc Color CSS Codes

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

#bdfadc Text Font Color

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

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


#bdfadc Background Color

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

This div background color is #bdfadc


#bdfadc Border Color

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

This div border color is #bdfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfadc


Comments

No comments written yet.

Please login to write comment.