Color Hex Logo

#bbd0da Color Hex

#BBD0DA
(187,208,218)
0 Favorites   0 Comments

Color spaces of #bbd0da

RGB 187208218
HSL0.550.300.79
HSV199°14°85°
CMYK 0.140.050.00   0.15
XYZ55.704360.738575.1174
Yxy60.73850.29080.3171
Hunter Lab77.9349-8.8025-2.5921
CIE-Lab82.2380-5.0121-7.3460

#bbd0da color RGB value is (187,208,218).

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

The process color (four color CMYK) of #bbd0da color hex is 0.14, 0.05, 0.00, 0.15. Web safe color of #bbd0da is #cccccc. Color #bbd0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11011010
Octal 273 320 332
Decimal 187 208 218
Hex BB D0 DA

RGB Percentages of Color #bbd0da

%30.51
%33.93
%35.56

CMYK Percentages of Color #bbd0da

%14
%5
%0
%15

Triadic Colors of #bbd0da

#bbd0da #dabbd0 #d0dabb

Analogous Colors of #bbd0da

#bbd0da #bbc1da #bbdad5

Monochromatic Colors of #bbd0da

#bbd0da

Complementary Color

#bbd0da #dac5bb

#bbd0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0da Color CSS Codes

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

#bbd0da Text Font Color

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

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


#bbd0da Background Color

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

This div background color is #bbd0da


#bbd0da Border Color

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

This div border color is #bbd0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0da


Comments

No comments written yet.

Please login to write comment.