Color Hex Logo

#bdfae4 Color Hex

#BDFAE4
(189,250,228)
0 Favorites   0 Comments

Color spaces of #bdfae4

RGB 189250228
HSL0.440.860.86
HSV158°24°98°
CMYK 0.240.000.09   0.02
XYZ69.175584.791586.1192
Yxy84.79150.28810.3532
Hunter Lab92.0823-27.04859.0071
CIE-Lab93.7932-23.49294.3391

#bdfae4 color RGB value is (189,250,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11100100
Octal 275 372 344
Decimal 189 250 228
Hex BD FA E4

RGB Percentages of Color #bdfae4

%28.34
%37.48
%34.18

CMYK Percentages of Color #bdfae4

%24
%0
%9
%2

Triadic Colors of #bdfae4

#bdfae4 #e4bdfa #fae4bd

Analogous Colors of #bdfae4

#bdfae4 #bdf2fa #bdfac6

Monochromatic Colors of #bdfae4

#bdfae4

Complementary Color

#bdfae4 #fabdd3

#bdfae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfae4 Color CSS Codes

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

#bdfae4 Text Font Color

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

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


#bdfae4 Background Color

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

This div background color is #bdfae4


#bdfae4 Border Color

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

This div border color is #bdfae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfae4

Related Colors


Comments

No comments written yet.

Please login to write comment.