Color Hex Logo

#bbebc7 Color Hex

#BBEBC7
(187,235,199)
0 Favorites   0 Comments

Color spaces of #bbebc7

RGB 187235199
HSL0.380.550.83
HSV135°20°92°
CMYK 0.200.000.15   0.08
XYZ60.510774.105065.1473
Yxy74.10500.30290.3710
Hunter Lab86.0843-25.175515.3892
CIE-Lab88.9721-22.334412.4570

#bbebc7 color RGB value is (187,235,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11000111
Octal 273 353 307
Decimal 187 235 199
Hex BB EB C7

RGB Percentages of Color #bbebc7

%30.11
%37.84
%32.05

CMYK Percentages of Color #bbebc7

%20
%0
%15
%8

Triadic Colors of #bbebc7

#bbebc7 #c7bbeb #ebc7bb

Analogous Colors of #bbebc7

#bbebc7 #bbebdf #c7ebbb

Monochromatic Colors of #bbebc7

#bbebc7

Complementary Color

#bbebc7 #ebbbdf

#bbebc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebc7 Color CSS Codes

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

#bbebc7 Text Font Color

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

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


#bbebc7 Background Color

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

This div background color is #bbebc7


#bbebc7 Border Color

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

This div border color is #bbebc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebc7


Comments

No comments written yet.

Please login to write comment.