Color Hex Logo

#bbebd1 Color Hex

#BBEBD1
(187,235,209)
0 Favorites   0 Comments

Color spaces of #bbebd1

RGB 187235209
HSL0.410.550.83
HSV148°20°92°
CMYK 0.200.000.11   0.08
XYZ61.710574.584971.4654
Yxy74.58490.29700.3590
Hunter Lab86.3625-23.587011.3910
CIE-Lab89.1982-20.48477.5660

#bbebd1 color RGB value is (187,235,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11010001
Octal 273 353 321
Decimal 187 235 209
Hex BB EB D1

RGB Percentages of Color #bbebd1

%29.64
%37.24
%33.12

CMYK Percentages of Color #bbebd1

%20
%0
%11
%8

Triadic Colors of #bbebd1

#bbebd1 #d1bbeb #ebd1bb

Analogous Colors of #bbebd1

#bbebd1 #bbebe9 #bdebbb

Monochromatic Colors of #bbebd1

#bbebd1

Complementary Color

#bbebd1 #ebbbd5

#bbebd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebd1 Color CSS Codes

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

#bbebd1 Text Font Color

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

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


#bbebd1 Background Color

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

This div background color is #bbebd1


#bbebd1 Border Color

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

This div border color is #bbebd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebd1


Comments

No comments written yet.

Please login to write comment.