Color Hex Logo

#bcecc5 Color Hex

#BCECC5
(188,236,197)
0 Favorites   0 Comments

Color spaces of #bcecc5

RGB 188236197
HSL0.360.560.83
HSV131°20°93°
CMYK 0.200.000.17   0.07
XYZ60.812574.713564.0393
Yxy74.71350.30470.3744
Hunter Lab86.4370-25.681516.5792
CIE-Lab89.2586-22.855513.9120

#bcecc5 color RGB value is (188,236,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11000101
Octal 274 354 305
Decimal 188 236 197
Hex BC EC C5

RGB Percentages of Color #bcecc5

%30.27
%38.00
%31.72

CMYK Percentages of Color #bcecc5

%20
%0
%17
%7

Triadic Colors of #bcecc5

#bcecc5 #c5bcec #ecc5bc

Analogous Colors of #bcecc5

#bcecc5 #bcecdd #cbecbc

Monochromatic Colors of #bcecc5

#bcecc5

Complementary Color

#bcecc5 #ecbce3

#bcecc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecc5 Color CSS Codes

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

#bcecc5 Text Font Color

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

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


#bcecc5 Background Color

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

This div background color is #bcecc5


#bcecc5 Border Color

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

This div border color is #bcecc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecc5


Comments

No comments written yet.

Please login to write comment.