Color Hex Logo

#bbdaf0 Color Hex

#BBDAF0
(187,218,240)
0 Favorites   0 Comments

Color spaces of #bbdaf0

RGB 187218240
HSL0.570.640.84
HSV205°22°94°
CMYK 0.220.090.00   0.06
XYZ61.293166.998992.1397
Yxy66.99890.27810.3039
Hunter Lab81.8529-9.5780-9.4443
CIE-Lab85.5034-5.5372-14.1670

#bbdaf0 color RGB value is (187,218,240).

#bbdaf0 hex color red value is 187, green value is 218 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bbdaf0 hue: 0.57 , saturation: 0.64 and the lightness value of bbdaf0 is 0.84.

The process color (four color CMYK) of #bbdaf0 color hex is 0.22, 0.09, 0.00, 0.06. Web safe color of #bbdaf0 is #ccccff. Color #bbdaf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11110000
Octal 273 332 360
Decimal 187 218 240
Hex BB DA F0

RGB Percentages of Color #bbdaf0

%28.99
%33.80
%37.21

CMYK Percentages of Color #bbdaf0

%22
%9
%0
%6

Triadic Colors of #bbdaf0

#bbdaf0 #f0bbda #daf0bb

Analogous Colors of #bbdaf0

#bbdaf0 #bbc0f0 #bbf0ec

Monochromatic Colors of #bbdaf0

#bbdaf0

Complementary Color

#bbdaf0 #f0d1bb

#bbdaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaf0 Color CSS Codes

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

#bbdaf0 Text Font Color

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

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


#bbdaf0 Background Color

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

This div background color is #bbdaf0


#bbdaf0 Border Color

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

This div border color is #bbdaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaf0


Comments

No comments written yet.

Please login to write comment.