Color Hex Logo

#bdfad7 Color Hex

#BDFAD7
(189,250,215)
0 Favorites   0 Comments

Color spaces of #bdfad7

RGB 189250215
HSL0.400.860.86
HSV146°24°98°
CMYK 0.240.000.14   0.02
XYZ67.437684.096376.9679
Yxy84.09630.29510.3680
Hunter Lab91.7040-29.216214.4303
CIE-Lab93.4923-25.994410.6186

#bdfad7 color RGB value is (189,250,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11010111
Octal 275 372 327
Decimal 189 250 215
Hex BD FA D7

RGB Percentages of Color #bdfad7

%28.90
%38.23
%32.87

CMYK Percentages of Color #bdfad7

%24
%0
%14
%2

Triadic Colors of #bdfad7

#bdfad7 #d7bdfa #fad7bd

Analogous Colors of #bdfad7

#bdfad7 #bdfaf6 #c2fabd

Monochromatic Colors of #bdfad7

#bdfad7

Complementary Color

#bdfad7 #fabde0

#bdfad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfad7 Color CSS Codes

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

#bdfad7 Text Font Color

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

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


#bdfad7 Background Color

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

This div background color is #bdfad7


#bdfad7 Border Color

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

This div border color is #bdfad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfad7

Related Colors


Comments

No comments written yet.

Please login to write comment.