Color Hex Logo

#bdeffb Color Hex

#BDEFFB
(189,239,251)
0 Favorites   0 Comments

Color spaces of #bdeffb

RGB 189239251
HSL0.530.890.86
HSV192°25°98°
CMYK 0.250.050.00   0.02
XYZ69.265479.5169102.9644
Yxy79.51690.27510.3159
Hunter Lab89.1722-17.3998-6.0397
CIE-Lab91.4677-13.2743-11.0194

#bdeffb color RGB value is (189,239,251).

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

The process color (four color CMYK) of #bdeffb color hex is 0.25, 0.05, 0.00, 0.02. Web safe color of #bdeffb is #ccffff. Color #bdeffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11111011
Octal 275 357 373
Decimal 189 239 251
Hex BD EF FB

RGB Percentages of Color #bdeffb

%27.84
%35.20
%36.97

CMYK Percentages of Color #bdeffb

%25
%5
%0
%2

Triadic Colors of #bdeffb

#bdeffb #fbbdef #effbbd

Analogous Colors of #bdeffb

#bdeffb #bdd0fb #bdfbe8

Monochromatic Colors of #bdeffb

#bdeffb

Complementary Color

#bdeffb #fbc9bd

#bdeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeffb Color CSS Codes

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

#bdeffb Text Font Color

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

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


#bdeffb Background Color

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

This div background color is #bdeffb


#bdeffb Border Color

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

This div border color is #bdeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeffb


Comments

No comments written yet.

Please login to write comment.