Color Hex Logo

#bbdaec Color Hex

#BBDAEC
(187,218,236)
0 Favorites   0 Comments

Color spaces of #bbdaec

RGB 187218236
HSL0.560.560.83
HSV202°21°93°
CMYK 0.210.080.00   0.07
XYZ60.705266.763789.0441
Yxy66.76370.28040.3084
Hunter Lab81.7091-10.3755-7.4161
CIE-Lab85.3845-6.4102-12.2294

#bbdaec color RGB value is (187,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11101100
Octal 273 332 354
Decimal 187 218 236
Hex BB DA EC

RGB Percentages of Color #bbdaec

%29.17
%34.01
%36.82

CMYK Percentages of Color #bbdaec

%21
%8
%0
%7

Triadic Colors of #bbdaec

#bbdaec #ecbbda #daecbb

Analogous Colors of #bbdaec

#bbdaec #bbc2ec #bbece6

Monochromatic Colors of #bbdaec

#bbdaec

Complementary Color

#bbdaec #eccdbb

#bbdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaec Color CSS Codes

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

#bbdaec Text Font Color

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

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


#bbdaec Background Color

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

This div background color is #bbdaec


#bbdaec Border Color

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

This div border color is #bbdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaec


Comments

No comments written yet.

Please login to write comment.