Color Hex Logo

#bbdae0 Color Hex

#BBDAE0
(187,218,224)
0 Favorites   0 Comments

Color spaces of #bbdae0

RGB 187218224
HSL0.530.370.81
HSV190°17°88°
CMYK 0.170.030.00   0.12
XYZ59.019566.089480.1669
Yxy66.08940.28750.3220
Hunter Lab81.2954-12.6780-1.5602
CIE-Lab85.0420-8.9571-6.3857

#bbdae0 color RGB value is (187,218,224).

#bbdae0 hex color red value is 187, green value is 218 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bbdae0 hue: 0.53 , saturation: 0.37 and the lightness value of bbdae0 is 0.81.

The process color (four color CMYK) of #bbdae0 color hex is 0.17, 0.03, 0.00, 0.12. Web safe color of #bbdae0 is #cccccc. Color #bbdae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11100000
Octal 273 332 340
Decimal 187 218 224
Hex BB DA E0

RGB Percentages of Color #bbdae0

%29.73
%34.66
%35.61

CMYK Percentages of Color #bbdae0

%17
%3
%0
%12

Triadic Colors of #bbdae0

#bbdae0 #e0bbda #dae0bb

Analogous Colors of #bbdae0

#bbdae0 #bbc8e0 #bbe0d4

Monochromatic Colors of #bbdae0

#bbdae0

Complementary Color

#bbdae0 #e0c1bb

#bbdae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdae0 Color CSS Codes

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

#bbdae0 Text Font Color

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

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


#bbdae0 Background Color

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

This div background color is #bbdae0


#bbdae0 Border Color

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

This div border color is #bbdae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdae0


Comments

No comments written yet.

Please login to write comment.