Color Hex Logo

#bdfaed Color Hex

#BDFAED
(189,250,237)
0 Favorites   0 Comments

Color spaces of #bdfaed

RGB 189250237
HSL0.460.860.86
HSV167°24°98°
CMYK 0.240.000.05   0.02
XYZ70.457985.304592.8726
Yxy85.30450.28340.3431
Hunter Lab92.3604-25.46065.0335
CIE-Lab94.0142-21.68320.0065

#bdfaed color RGB value is (189,250,237).

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

The process color (four color CMYK) of #bdfaed color hex is 0.24, 0.00, 0.05, 0.02. Web safe color of #bdfaed is #ccffff. Color #bdfaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11101101
Octal 275 372 355
Decimal 189 250 237
Hex BD FA ED

RGB Percentages of Color #bdfaed

%27.96
%36.98
%35.06

CMYK Percentages of Color #bdfaed

%24
%0
%5
%2

Triadic Colors of #bdfaed

#bdfaed #edbdfa #faedbd

Analogous Colors of #bdfaed

#bdfaed #bde9fa #bdfacf

Monochromatic Colors of #bdfaed

#bdfaed

Complementary Color

#bdfaed #fabdca

#bdfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaed Color CSS Codes

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

#bdfaed Text Font Color

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

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


#bdfaed Background Color

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

This div background color is #bdfaed


#bdfaed Border Color

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

This div border color is #bdfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaed


Comments

No comments written yet.

Please login to write comment.