Color Hex Logo

#bbcdeb Color Hex

#BBCDEB
(187,205,235)
0 Favorites   0 Comments

Color spaces of #bbcdeb

RGB 187205235
HSL0.600.550.83
HSV218°20°92°
CMYK 0.200.130.00   0.08
XYZ57.320260.225687.2009
Yxy60.22560.28000.2941
Hunter Lab77.6052-3.9665-12.2975
CIE-Lab81.96070.1907-16.8330

#bbcdeb color RGB value is (187,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11101011
Octal 273 315 353
Decimal 187 205 235
Hex BB CD EB

RGB Percentages of Color #bbcdeb

%29.82
%32.70
%37.48

CMYK Percentages of Color #bbcdeb

%20
%13
%0
%8

Triadic Colors of #bbcdeb

#bbcdeb #ebbbcd #cdebbb

Analogous Colors of #bbcdeb

#bbcdeb #c1bbeb #bbe5eb

Monochromatic Colors of #bbcdeb

#bbcdeb

Complementary Color

#bbcdeb #ebd9bb

#bbcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdeb Color CSS Codes

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

#bbcdeb Text Font Color

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

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


#bbcdeb Background Color

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

This div background color is #bbcdeb


#bbcdeb Border Color

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

This div border color is #bbcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdeb


Comments

No comments written yet.

Please login to write comment.