Color Hex Logo

#bdfacd Color Hex

#BDFACD
(189,250,205)
0 Favorites   0 Comments

Color spaces of #bdfacd

RGB 189250205
HSL0.380.860.86
HSV136°24°98°
CMYK 0.240.000.18   0.02
XYZ66.191383.597870.4049
Yxy83.59780.30060.3797
Hunter Lab91.4318-30.782118.3474
CIE-Lab93.2755-27.824315.4599

#bdfacd color RGB value is (189,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11001101
Octal 275 372 315
Decimal 189 250 205
Hex BD FA CD

RGB Percentages of Color #bdfacd

%29.35
%38.82
%31.83

CMYK Percentages of Color #bdfacd

%24
%0
%18
%2

Triadic Colors of #bdfacd

#bdfacd #cdbdfa #facdbd

Analogous Colors of #bdfacd

#bdfacd #bdfaec #ccfabd

Monochromatic Colors of #bdfacd

#bdfacd

Complementary Color

#bdfacd #fabdea

#bdfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfacd Color CSS Codes

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

#bdfacd Text Font Color

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

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


#bdfacd Background Color

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

This div background color is #bdfacd


#bdfacd Border Color

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

This div border color is #bdfacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfacd


Comments

No comments written yet.

Please login to write comment.