Color Hex Logo

#bdeffa Color Hex

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

Color spaces of #bdeffa

RGB 189239250
HSL0.530.860.86
HSV191°24°98°
CMYK 0.240.040.00   0.02
XYZ69.108179.4539102.1362
Yxy79.45390.27570.3169
Hunter Lab89.1369-17.5981-5.5407
CIE-Lab91.4393-13.4928-10.5406

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

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

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

Base Numbers

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

RGB Percentages of Color #bdeffa

%27.88
%35.25
%36.87

CMYK Percentages of Color #bdeffa

%24
%4
%0
%2

Triadic Colors of #bdeffa

#bdeffa #fabdef #effabd

Analogous Colors of #bdeffa

#bdeffa #bdd1fa #bdfae7

Monochromatic Colors of #bdeffa

#bdeffa

Complementary Color

#bdeffa #fac8bd

#bdeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeffa Color CSS Codes

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

#bdeffa Text Font Color

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

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


#bdeffa Background Color

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

This div background color is #bdeffa


#bdeffa Border Color

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

This div border color is #bdeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeffa


Comments

No comments written yet.

Please login to write comment.