Color Hex Logo

#bdfadd Color Hex

#BDFADD
(189,250,221)
0 Favorites   0 Comments

Color spaces of #bdfadd

RGB 189250221
HSL0.420.860.86
HSV151°24°98°
CMYK 0.240.000.12   0.02
XYZ68.223084.410581.1037
Yxy84.41050.29190.3611
Hunter Lab91.8752-28.234311.9738
CIE-Lab93.6285-24.85697.7178

#bdfadd color RGB value is (189,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11011101
Octal 275 372 335
Decimal 189 250 221
Hex BD FA DD

RGB Percentages of Color #bdfadd

%28.64
%37.88
%33.48

CMYK Percentages of Color #bdfadd

%24
%0
%12
%2

Triadic Colors of #bdfadd

#bdfadd #ddbdfa #faddbd

Analogous Colors of #bdfadd

#bdfadd #bdf9fa #bdfabf

Monochromatic Colors of #bdfadd

#bdfadd

Complementary Color

#bdfadd #fabdda

#bdfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfadd Color CSS Codes

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

#bdfadd Text Font Color

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

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


#bdfadd Background Color

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

This div background color is #bdfadd


#bdfadd Border Color

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

This div border color is #bdfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfadd


Comments

No comments written yet.

Please login to write comment.