Color Hex Logo

#bcecdb Color Hex

#BCECDB
(188,236,219)
0 Favorites   0 Comments

Color spaces of #bcecdb

RGB 188236219
HSL0.440.560.83
HSV159°20°93°
CMYK 0.200.000.07   0.07
XYZ63.520775.796778.3002
Yxy75.79670.29190.3483
Hunter Lab87.0613-22.12217.6193
CIE-Lab89.7649-18.73463.1699

#bcecdb color RGB value is (188,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11011011
Octal 274 354 333
Decimal 188 236 219
Hex BC EC DB

RGB Percentages of Color #bcecdb

%29.24
%36.70
%34.06

CMYK Percentages of Color #bcecdb

%20
%0
%7
%7

Triadic Colors of #bcecdb

#bcecdb #dbbcec #ecdbbc

Analogous Colors of #bcecdb

#bcecdb #bce5ec #bcecc3

Monochromatic Colors of #bcecdb

#bcecdb

Complementary Color

#bcecdb #ecbccd

#bcecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecdb Color CSS Codes

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

#bcecdb Text Font Color

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

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


#bcecdb Background Color

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

This div background color is #bcecdb


#bcecdb Border Color

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

This div border color is #bcecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecdb


Comments

No comments written yet.

Please login to write comment.