Color Hex Logo

#bceca0 Color Hex

#BCECA0
(188,236,160)
0 Favorites   0 Comments

Color spaces of #bceca0

RGB 188236160
HSL0.270.670.78
HSV98°32°93°
CMYK 0.200.000.32   0.07
XYZ57.079773.220344.3822
Yxy73.22030.32680.4192
Hunter Lab85.5689-30.675029.1461
CIE-Lab88.5527-28.814931.9729

#bceca0 color RGB value is (188,236,160).

#bceca0 hex color red value is 188, green value is 236 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bceca0 hue: 0.27 , saturation: 0.67 and the lightness value of bceca0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10100000
Octal 274 354 240
Decimal 188 236 160
Hex BC EC A0

RGB Percentages of Color #bceca0

%32.19
%40.41
%27.40

CMYK Percentages of Color #bceca0

%20
%0
%32
%7

Triadic Colors of #bceca0

#bceca0 #a0bcec #eca0bc

Analogous Colors of #bceca0

#bceca0 #a0ecaa #e2eca0

Monochromatic Colors of #bceca0

#bceca0

Complementary Color

#bceca0 #d0a0ec

#bceca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceca0 Color CSS Codes

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

#bceca0 Text Font Color

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

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


#bceca0 Background Color

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

This div background color is #bceca0


#bceca0 Border Color

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

This div border color is #bceca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceca0


Comments

No comments written yet.

Please login to write comment.