Color Hex Logo

#bdeafb Color Hex

#BDEAFB
(189,234,251)
0 Favorites   0 Comments

Color spaces of #bdeafb

RGB 189234251
HSL0.550.890.86
HSV196°25°98°
CMYK 0.250.070.00   0.02
XYZ67.821776.6295102.4832
Yxy76.62950.27470.3103
Hunter Lab87.5383-14.8962-8.1355
CIE-Lab90.1508-10.7463-12.9835

#bdeafb color RGB value is (189,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11111011
Octal 275 352 373
Decimal 189 234 251
Hex BD EA FB

RGB Percentages of Color #bdeafb

%28.04
%34.72
%37.24

CMYK Percentages of Color #bdeafb

%25
%7
%0
%2

Triadic Colors of #bdeafb

#bdeafb #fbbdea #eafbbd

Analogous Colors of #bdeafb

#bdeafb #bdcbfb #bdfbed

Monochromatic Colors of #bdeafb

#bdeafb

Complementary Color

#bdeafb #fbcebd

#bdeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeafb Color CSS Codes

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

#bdeafb Text Font Color

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

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


#bdeafb Background Color

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

This div background color is #bdeafb


#bdeafb Border Color

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

This div border color is #bdeafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,234,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 #bdeafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeafb


Comments

No comments written yet.

Please login to write comment.