Color Hex Logo

#bbdaeb Color Hex

#BBDAEB
(187,218,235)
0 Favorites   0 Comments

Color spaces of #bbdaeb

RGB 187218235
HSL0.560.550.83
HSV201°20°92°
CMYK 0.200.070.00   0.08
XYZ60.560366.705888.2809
Yxy66.70580.28100.3095
Hunter Lab81.6736-10.5726-6.9149
CIE-Lab85.3552-6.6267-11.7440

#bbdaeb color RGB value is (187,218,235).

#bbdaeb hex color red value is 187, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bbdaeb hue: 0.56 , saturation: 0.55 and the lightness value of bbdaeb is 0.83.

The process color (four color CMYK) of #bbdaeb color hex is 0.20, 0.07, 0.00, 0.08. Web safe color of #bbdaeb is #ccccff. Color #bbdaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11101011
Octal 273 332 353
Decimal 187 218 235
Hex BB DA EB

RGB Percentages of Color #bbdaeb

%29.22
%34.06
%36.72

CMYK Percentages of Color #bbdaeb

%20
%7
%0
%8

Triadic Colors of #bbdaeb

#bbdaeb #ebbbda #daebbb

Analogous Colors of #bbdaeb

#bbdaeb #bbc2eb #bbebe4

Monochromatic Colors of #bbdaeb

#bbdaeb

Complementary Color

#bbdaeb #ebccbb

#bbdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaeb Color CSS Codes

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

#bbdaeb Text Font Color

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

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


#bbdaeb Background Color

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

This div background color is #bbdaeb


#bbdaeb Border Color

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

This div border color is #bbdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaeb


Comments

No comments written yet.

Please login to write comment.