Color Hex Logo

#bbebd2 Color Hex

#BBEBD2
(187,235,210)
0 Favorites   0 Comments

Color spaces of #bbebd2

RGB 187235210
HSL0.410.550.83
HSV149°20°92°
CMYK 0.200.000.11   0.08
XYZ61.834774.634672.1197
Yxy74.63460.29640.3578
Hunter Lab86.3913-23.423210.9785
CIE-Lab89.2216-20.29517.0775

#bbebd2 color RGB value is (187,235,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11010010
Octal 273 353 322
Decimal 187 235 210
Hex BB EB D2

RGB Percentages of Color #bbebd2

%29.59
%37.18
%33.23

CMYK Percentages of Color #bbebd2

%20
%0
%11
%8

Triadic Colors of #bbebd2

#bbebd2 #d2bbeb #ebd2bb

Analogous Colors of #bbebd2

#bbebd2 #bbebea #bcebbb

Monochromatic Colors of #bbebd2

#bbebd2

Complementary Color

#bbebd2 #ebbbd4

#bbebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebd2 Color CSS Codes

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

#bbebd2 Text Font Color

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

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


#bbebd2 Background Color

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

This div background color is #bbebd2


#bbebd2 Border Color

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

This div border color is #bbebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebd2


Comments

No comments written yet.

Please login to write comment.