Color Hex Logo

#bcecc6 Color Hex

#BCECC6
(188,236,198)
0 Favorites   0 Comments

Color spaces of #bcecc6

RGB 188236198
HSL0.370.560.83
HSV133°20°93°
CMYK 0.200.000.16   0.07
XYZ60.927574.759564.6449
Yxy74.75950.30410.3732
Hunter Lab86.4636-25.529316.1961
CIE-Lab89.2802-22.677213.4226

#bcecc6 color RGB value is (188,236,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11000110
Octal 274 354 306
Decimal 188 236 198
Hex BC EC C6

RGB Percentages of Color #bcecc6

%30.23
%37.94
%31.83

CMYK Percentages of Color #bcecc6

%20
%0
%16
%7

Triadic Colors of #bcecc6

#bcecc6 #c6bcec #ecc6bc

Analogous Colors of #bcecc6

#bcecc6 #bcecde #caecbc

Monochromatic Colors of #bcecc6

#bcecc6

Complementary Color

#bcecc6 #ecbce2

#bcecc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecc6 Color CSS Codes

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

#bcecc6 Text Font Color

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

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


#bcecc6 Background Color

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

This div background color is #bcecc6


#bcecc6 Border Color

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

This div border color is #bcecc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecc6


Comments

No comments written yet.

Please login to write comment.