Color Hex Logo

#bce7cb Color Hex

#BCE7CB
(188,231,203)
0 Favorites   0 Comments

Color spaces of #bce7cb

RGB 188231203
HSL0.390.470.82
HSV141°19°91°
CMYK 0.190.000.12   0.09
XYZ60.094472.155067.2599
Yxy72.15500.30120.3617
Hunter Lab84.9441-22.370912.5142
CIE-Lab88.0431-19.31909.0531

#bce7cb color RGB value is (188,231,203).

#bce7cb hex color red value is 188, green value is 231 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bce7cb hue: 0.39 , saturation: 0.47 and the lightness value of bce7cb is 0.82.

The process color (four color CMYK) of #bce7cb color hex is 0.19, 0.00, 0.12, 0.09. Web safe color of #bce7cb is #ccffcc. Color #bce7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 11001011
Octal 274 347 313
Decimal 188 231 203
Hex BC E7 CB

RGB Percentages of Color #bce7cb

%30.23
%37.14
%32.64

CMYK Percentages of Color #bce7cb

%19
%0
%12
%9

Triadic Colors of #bce7cb

#bce7cb #cbbce7 #e7cbbc

Analogous Colors of #bce7cb

#bce7cb #bce7e1 #c3e7bc

Monochromatic Colors of #bce7cb

#bce7cb

Complementary Color

#bce7cb #e7bcd8

#bce7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce7cb Color CSS Codes

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

#bce7cb Text Font Color

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

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


#bce7cb Background Color

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

This div background color is #bce7cb


#bce7cb Border Color

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

This div border color is #bce7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce7cb


Comments

No comments written yet.

Please login to write comment.