Color Hex Logo

#bbeccc Color Hex

#BBECCC
(187,236,204)
0 Favorites   0 Comments

Color spaces of #bbeccc

RGB 187236204
HSL0.390.560.83
HSV141°21°93°
CMYK 0.210.000.14   0.07
XYZ61.388174.915368.3514
Yxy74.91530.30000.3661
Hunter Lab86.5536-24.867813.7662
CIE-Lab89.3533-21.908610.3955

#bbeccc color RGB value is (187,236,204).

#bbeccc hex color red value is 187, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbeccc hue: 0.39 , saturation: 0.56 and the lightness value of bbeccc is 0.83.

The process color (four color CMYK) of #bbeccc color hex is 0.21, 0.00, 0.14, 0.07. Web safe color of #bbeccc is #ccffcc. Color #bbeccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11001100
Octal 273 354 314
Decimal 187 236 204
Hex BB EC CC

RGB Percentages of Color #bbeccc

%29.82
%37.64
%32.54

CMYK Percentages of Color #bbeccc

%21
%0
%14
%7

Triadic Colors of #bbeccc

#bbeccc #ccbbec #ecccbb

Analogous Colors of #bbeccc

#bbeccc #bbece5 #c3ecbb

Monochromatic Colors of #bbeccc

#bbeccc

Complementary Color

#bbeccc #ecbbdb

#bbeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeccc Color CSS Codes

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

#bbeccc Text Font Color

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

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


#bbeccc Background Color

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

This div background color is #bbeccc


#bbeccc Border Color

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

This div border color is #bbeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeccc


Comments

No comments written yet.

Please login to write comment.