Color Hex Logo

#bbebc8 Color Hex

#BBEBC8
(187,235,200)
0 Favorites   0 Comments

Color spaces of #bbebc8

RGB 187235200
HSL0.380.550.83
HSV136°20°92°
CMYK 0.200.000.15   0.08
XYZ60.627274.151665.7609
Yxy74.15160.30230.3698
Hunter Lab86.1113-25.020814.9997
CIE-Lab88.9941-22.153311.9675

#bbebc8 color RGB value is (187,235,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11001000
Octal 273 353 310
Decimal 187 235 200
Hex BB EB C8

RGB Percentages of Color #bbebc8

%30.06
%37.78
%32.15

CMYK Percentages of Color #bbebc8

%20
%0
%15
%8

Triadic Colors of #bbebc8

#bbebc8 #c8bbeb #ebc8bb

Analogous Colors of #bbebc8

#bbebc8 #bbebe0 #c6ebbb

Monochromatic Colors of #bbebc8

#bbebc8

Complementary Color

#bbebc8 #ebbbde

#bbebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebc8 Color CSS Codes

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

#bbebc8 Text Font Color

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

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


#bbebc8 Background Color

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

This div background color is #bbebc8


#bbebc8 Border Color

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

This div border color is #bbebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebc8


Comments

No comments written yet.

Please login to write comment.