Color Hex Logo

#bbdafe Color Hex

#BBDAFE
(187,218,254)
0 Favorites   0 Comments

Color spaces of #bbdafe

RGB 187218254
HSL0.590.970.86
HSV212°26°100°
CMYK 0.260.140.00   0.00
XYZ63.454367.8634103.5205
Yxy67.86340.27020.2890
Hunter Lab82.3792-6.6704-16.8403
CIE-Lab85.9381-2.3923-20.9059

#bbdafe color RGB value is (187,218,254).

#bbdafe hex color red value is 187, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbdafe hue: 0.59 , saturation: 0.97 and the lightness value of bbdafe is 0.86.

The process color (four color CMYK) of #bbdafe color hex is 0.26, 0.14, 0.00, 0.00. Web safe color of #bbdafe is #ccccff. Color #bbdafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11111110
Octal 273 332 376
Decimal 187 218 254
Hex BB DA FE

RGB Percentages of Color #bbdafe

%28.38
%33.08
%38.54

CMYK Percentages of Color #bbdafe

%26
%14
%0
%0

Triadic Colors of #bbdafe

#bbdafe #febbda #dafebb

Analogous Colors of #bbdafe

#bbdafe #bebbfe #bbfcfe

Monochromatic Colors of #bbdafe

#bbdafe

Complementary Color

#bbdafe #fedfbb

#bbdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdafe Color CSS Codes

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

#bbdafe Text Font Color

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

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


#bbdafe Background Color

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

This div background color is #bbdafe


#bbdafe Border Color

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

This div border color is #bbdafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,218,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbdafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbdafe;
  -webkit-box-shadow: 1px 1px 3px 2px #bbdafe;
  box-shadow:         1px 1px 3px 2px #bbdafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,218,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdafe

Related Colors


Comments

No comments written yet.

Please login to write comment.