Color Hex Logo

#bbebda Color Hex

#BBEBDA
(187,235,218)
0 Favorites   0 Comments

Color spaces of #bbebda

RGB 187235218
HSL0.440.550.83
HSV159°20°92°
CMYK 0.200.000.07   0.08
XYZ62.856775.043477.5016
Yxy75.04340.29180.3484
Hunter Lab86.6276-22.07937.5954
CIE-Lab89.4133-18.74783.1750

#bbebda color RGB value is (187,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11011010
Octal 273 353 332
Decimal 187 235 218
Hex BB EB DA

RGB Percentages of Color #bbebda

%29.22
%36.72
%34.06

CMYK Percentages of Color #bbebda

%20
%0
%7
%8

Triadic Colors of #bbebda

#bbebda #dabbeb #ebdabb

Analogous Colors of #bbebda

#bbebda #bbe4eb #bbebc2

Monochromatic Colors of #bbebda

#bbebda

Complementary Color

#bbebda #ebbbcc

#bbebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebda Color CSS Codes

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

#bbebda Text Font Color

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

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


#bbebda Background Color

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

This div background color is #bbebda


#bbebda Border Color

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

This div border color is #bbebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebda


Comments

No comments written yet.

Please login to write comment.