Color Hex Logo

#bddffb Color Hex

#BDDFFB
(189,223,251)
0 Favorites   0 Comments

Color spaces of #bddffb

RGB 189223251
HSL0.580.890.86
HSV207°25°98°
CMYK 0.250.110.00   0.02
XYZ64.786570.5592101.4715
Yxy70.55920.27360.2979
Hunter Lab83.9995-9.3271-12.8227
CIE-Lab87.2704-5.0979-17.3026

#bddffb color RGB value is (189,223,251).

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

The process color (four color CMYK) of #bddffb color hex is 0.25, 0.11, 0.00, 0.02. Web safe color of #bddffb is #ccccff. Color #bddffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11111011
Octal 275 337 373
Decimal 189 223 251
Hex BD DF FB

RGB Percentages of Color #bddffb

%28.51
%33.63
%37.86

CMYK Percentages of Color #bddffb

%25
%11
%0
%2

Triadic Colors of #bddffb

#bddffb #fbbddf #dffbbd

Analogous Colors of #bddffb

#bddffb #bdc0fb #bdfbf8

Monochromatic Colors of #bddffb

#bddffb

Complementary Color

#bddffb #fbd9bd

#bddffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddffb Color CSS Codes

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

#bddffb Text Font Color

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

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


#bddffb Background Color

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

This div background color is #bddffb


#bddffb Border Color

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

This div border color is #bddffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddffb


Comments

No comments written yet.

Please login to write comment.