Color Hex Logo

#bbdfeb Color Hex

#BBDFEB
(187,223,235)
0 Favorites   0 Comments

Color spaces of #bbdfeb

RGB 187223235
HSL0.540.550.83
HSV195°20°92°
CMYK 0.200.050.00   0.08
XYZ61.876669.338388.7196
Yxy69.33830.28130.3153
Hunter Lab83.2696-13.0808-4.8818
CIE-Lab86.6713-9.2048-9.7832

#bbdfeb color RGB value is (187,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11101011
Octal 273 337 353
Decimal 187 223 235
Hex BB DF EB

RGB Percentages of Color #bbdfeb

%28.99
%34.57
%36.43

CMYK Percentages of Color #bbdfeb

%20
%5
%0
%8

Triadic Colors of #bbdfeb

#bbdfeb #ebbbdf #dfebbb

Analogous Colors of #bbdfeb

#bbdfeb #bbc7eb #bbebdf

Monochromatic Colors of #bbdfeb

#bbdfeb

Complementary Color

#bbdfeb #ebc7bb

#bbdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfeb Color CSS Codes

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

#bbdfeb Text Font Color

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

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


#bbdfeb Background Color

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

This div background color is #bbdfeb


#bbdfeb Border Color

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

This div border color is #bbdfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,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 #bbdfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfeb


Comments

No comments written yet.

Please login to write comment.