Color Hex Logo

#bdfae5 Color Hex

#BDFAE5
(189,250,229)
0 Favorites   0 Comments

Color spaces of #bdfae5

RGB 189250229
HSL0.440.860.86
HSV159°24°98°
CMYK 0.240.000.08   0.02
XYZ69.314784.847286.8526
Yxy84.84720.28760.3520
Hunter Lab92.1125-26.87578.5744
CIE-Lab93.8172-23.29513.8570

#bdfae5 color RGB value is (189,250,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11100101
Octal 275 372 345
Decimal 189 250 229
Hex BD FA E5

RGB Percentages of Color #bdfae5

%28.29
%37.43
%34.28

CMYK Percentages of Color #bdfae5

%24
%0
%8
%2

Triadic Colors of #bdfae5

#bdfae5 #e5bdfa #fae5bd

Analogous Colors of #bdfae5

#bdfae5 #bdf1fa #bdfac7

Monochromatic Colors of #bdfae5

#bdfae5

Complementary Color

#bdfae5 #fabdd2

#bdfae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfae5 Color CSS Codes

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

#bdfae5 Text Font Color

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

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


#bdfae5 Background Color

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

This div background color is #bdfae5


#bdfae5 Border Color

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

This div border color is #bdfae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfae5


Comments

No comments written yet.

Please login to write comment.