Color Hex Logo

#bdfaef Color Hex

#BDFAEF
(189,250,239)
0 Favorites   0 Comments

Color spaces of #bdfaef

RGB 189250239
HSL0.470.860.86
HSV169°24°98°
CMYK 0.240.000.04   0.02
XYZ70.751985.422094.4204
Yxy85.42200.28230.3409
Hunter Lab92.4240-25.09784.1261
CIE-Lab94.0647-21.2723-0.9544

#bdfaef color RGB value is (189,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11101111
Octal 275 372 357
Decimal 189 250 239
Hex BD FA EF

RGB Percentages of Color #bdfaef

%27.88
%36.87
%35.25

CMYK Percentages of Color #bdfaef

%24
%0
%4
%2

Triadic Colors of #bdfaef

#bdfaef #efbdfa #faefbd

Analogous Colors of #bdfaef

#bdfaef #bde7fa #bdfad1

Monochromatic Colors of #bdfaef

#bdfaef

Complementary Color

#bdfaef #fabdc8

#bdfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaef Color CSS Codes

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

#bdfaef Text Font Color

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

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


#bdfaef Background Color

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

This div background color is #bdfaef


#bdfaef Border Color

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

This div border color is #bdfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaef


Comments

No comments written yet.

Please login to write comment.