Color Hex Logo

#bbebdc Color Hex

#BBEBDC
(187,235,220)
0 Favorites   0 Comments

Color spaces of #bbebdc

RGB 187235220
HSL0.450.550.83
HSV161°20°92°
CMYK 0.200.000.06   0.08
XYZ63.120175.148878.8885
Yxy75.14880.29070.3461
Hunter Lab86.6884-21.73426.7266
CIE-Lab89.4626-18.35282.2012

#bbebdc color RGB value is (187,235,220).

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

The process color (four color CMYK) of #bbebdc color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bbebdc is #ccffcc. Color #bbebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11011100
Octal 273 353 334
Decimal 187 235 220
Hex BB EB DC

RGB Percentages of Color #bbebdc

%29.13
%36.60
%34.27

CMYK Percentages of Color #bbebdc

%20
%0
%6
%8

Triadic Colors of #bbebdc

#bbebdc #dcbbeb #ebdcbb

Analogous Colors of #bbebdc

#bbebdc #bbe2eb #bbebc4

Monochromatic Colors of #bbebdc

#bbebdc

Complementary Color

#bbebdc #ebbbca

#bbebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebdc Color CSS Codes

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

#bbebdc Text Font Color

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

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


#bbebdc Background Color

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

This div background color is #bbebdc


#bbebdc Border Color

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

This div border color is #bbebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebdc


Comments

No comments written yet.

Please login to write comment.