Color Hex Logo

#bbcec4 Color Hex

#BBCEC4
(187,206,196)
0 Favorites   0 Comments

Color spaces of #bbcec4

RGB 187206196
HSL0.410.160.77
HSV148°81°
CMYK 0.090.000.05   0.19
XYZ52.528658.692960.7849
Yxy58.69290.30540.3412
Hunter Lab76.6113-11.68116.5861
CIE-Lab81.1225-8.31172.7722

#bbcec4 color RGB value is (187,206,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11000100
Octal 273 316 304
Decimal 187 206 196
Hex BB CE C4

RGB Percentages of Color #bbcec4

%31.75
%34.97
%33.28

CMYK Percentages of Color #bbcec4

%9
%0
%5
%19

Triadic Colors of #bbcec4

#bbcec4 #c4bbce #cec4bb

Analogous Colors of #bbcec4

#bbcec4 #bbcece #bccebb

Monochromatic Colors of #bbcec4

#bbcec4

Complementary Color

#bbcec4 #cebbc5

#bbcec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcec4 Color CSS Codes

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

#bbcec4 Text Font Color

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

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


#bbcec4 Background Color

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

This div background color is #bbcec4


#bbcec4 Border Color

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

This div border color is #bbcec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcec4


Comments

No comments written yet.

Please login to write comment.