Color Hex Logo

#bcecd9 Color Hex

#BCECD9
(188,236,217)
0 Favorites   0 Comments

Color spaces of #bcecd9

RGB 188236217
HSL0.430.560.83
HSV156°20°93°
CMYK 0.200.000.08   0.07
XYZ63.258975.692076.9216
Yxy75.69200.29300.3506
Hunter Lab87.0011-22.46398.4799
CIE-Lab89.7161-19.12604.1437

#bcecd9 color RGB value is (188,236,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11011001
Octal 274 354 331
Decimal 188 236 217
Hex BC EC D9

RGB Percentages of Color #bcecd9

%29.33
%36.82
%33.85

CMYK Percentages of Color #bcecd9

%20
%0
%8
%7

Triadic Colors of #bcecd9

#bcecd9 #d9bcec #ecd9bc

Analogous Colors of #bcecd9

#bcecd9 #bce7ec #bcecc1

Monochromatic Colors of #bcecd9

#bcecd9

Complementary Color

#bcecd9 #ecbccf

#bcecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecd9 Color CSS Codes

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

#bcecd9 Text Font Color

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

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


#bcecd9 Background Color

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

This div background color is #bcecd9


#bcecd9 Border Color

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

This div border color is #bcecd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecd9


Comments

No comments written yet.

Please login to write comment.