Color Hex Logo

#bdfaec Color Hex

#BDFAEC
(189,250,236)
0 Favorites   0 Comments

Color spaces of #bdfaec

RGB 189250236
HSL0.460.860.86
HSV166°24°98°
CMYK 0.240.000.06   0.02
XYZ70.312285.246292.1052
Yxy85.24620.28390.3442
Hunter Lab92.3289-25.64055.4838
CIE-Lab93.9891-21.88730.4871

#bdfaec color RGB value is (189,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11101100
Octal 275 372 354
Decimal 189 250 236
Hex BD FA EC

RGB Percentages of Color #bdfaec

%28.00
%37.04
%34.96

CMYK Percentages of Color #bdfaec

%24
%0
%6
%2

Triadic Colors of #bdfaec

#bdfaec #ecbdfa #faecbd

Analogous Colors of #bdfaec

#bdfaec #bdeafa #bdface

Monochromatic Colors of #bdfaec

#bdfaec

Complementary Color

#bdfaec #fabdcb

#bdfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaec Color CSS Codes

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

#bdfaec Text Font Color

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

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


#bdfaec Background Color

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

This div background color is #bdfaec


#bdfaec Border Color

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

This div border color is #bdfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaec

Related Colors


Comments

No comments written yet.

Please login to write comment.