Color Hex Logo

#bbeccd Color Hex

#BBECCD
(187,236,205)
0 Favorites   0 Comments

Color spaces of #bbeccd

RGB 187236205
HSL0.390.560.83
HSV142°21°93°
CMYK 0.210.000.13   0.07
XYZ61.508474.963568.9852
Yxy74.96350.29940.3649
Hunter Lab86.5815-24.709313.3667
CIE-Lab89.3759-21.72389.9068

#bbeccd color RGB value is (187,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11001101
Octal 273 354 315
Decimal 187 236 205
Hex BB EC CD

RGB Percentages of Color #bbeccd

%29.78
%37.58
%32.64

CMYK Percentages of Color #bbeccd

%21
%0
%13
%7

Triadic Colors of #bbeccd

#bbeccd #cdbbec #eccdbb

Analogous Colors of #bbeccd

#bbeccd #bbece6 #c2ecbb

Monochromatic Colors of #bbeccd

#bbeccd

Complementary Color

#bbeccd #ecbbda

#bbeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeccd Color CSS Codes

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

#bbeccd Text Font Color

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

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


#bbeccd Background Color

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

This div background color is #bbeccd


#bbeccd Border Color

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

This div border color is #bbeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeccd


Comments

No comments written yet.

Please login to write comment.