Color Hex Logo

#bbcece Color Hex

#BBCECE
(187,206,206)
0 Favorites   0 Comments

Color spaces of #bbcece

RGB 187206206
HSL0.500.160.77
HSV180°81°
CMYK 0.090.000.00   0.19
XYZ53.705459.163666.9817
Yxy59.16360.29860.3290
Hunter Lab76.9179-9.97452.2115
CIE-Lab81.3814-6.3862-2.1975

#bbcece color RGB value is (187,206,206).

#bbcece hex color red value is 187, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbcece hue: 0.50 , saturation: 0.16 and the lightness value of bbcece is 0.77.

The process color (four color CMYK) of #bbcece color hex is 0.09, 0.00, 0.00, 0.19. Web safe color of #bbcece is #cccccc. Color #bbcece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11001110
Octal 273 316 316
Decimal 187 206 206
Hex BB CE CE

RGB Percentages of Color #bbcece

%31.22
%34.39
%34.39

CMYK Percentages of Color #bbcece

%9
%0
%0
%19

Triadic Colors of #bbcece

#bbcece #cebbce #cecebb

Analogous Colors of #bbcece

#bbcece #bbc5ce #bbcec5

Monochromatic Colors of #bbcece

#bbcece

Complementary Color

#bbcece #cebbbb

#bbcece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcece Color CSS Codes

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

#bbcece Text Font Color

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

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


#bbcece Background Color

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

This div background color is #bbcece


#bbcece Border Color

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

This div border color is #bbcece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcece


Comments

No comments written yet.

Please login to write comment.