Color Hex Logo

#bce6be Color Hex

#BCE6BE
(188,230,190)
0 Favorites   0 Comments

Color spaces of #bce6be

RGB 188230190
HSL0.340.460.82
HSV123°18°90°
CMYK 0.180.000.17   0.10
XYZ58.330171.002759.3458
Yxy71.00270.30920.3763
Hunter Lab84.2631-23.896017.2267
CIE-Lab87.4863-21.160415.0543

#bce6be color RGB value is (188,230,190).

#bce6be hex color red value is 188, green value is 230 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bce6be hue: 0.34 , saturation: 0.46 and the lightness value of bce6be is 0.82.

The process color (four color CMYK) of #bce6be color hex is 0.18, 0.00, 0.17, 0.10. Web safe color of #bce6be is #ccffcc. Color #bce6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10111110
Octal 274 346 276
Decimal 188 230 190
Hex BC E6 BE

RGB Percentages of Color #bce6be

%30.92
%37.83
%31.25

CMYK Percentages of Color #bce6be

%18
%0
%17
%10

Triadic Colors of #bce6be

#bce6be #bebce6 #e6bebc

Analogous Colors of #bce6be

#bce6be #bce6d3 #cfe6bc

Monochromatic Colors of #bce6be

#bce6be

Complementary Color

#bce6be #e6bce4

#bce6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6be Color CSS Codes

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

#bce6be Text Font Color

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

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


#bce6be Background Color

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

This div background color is #bce6be


#bce6be Border Color

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

This div border color is #bce6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6be


Comments

No comments written yet.

Please login to write comment.