Color Hex Logo

#bce0bf Color Hex

#BCE0BF
(188,224,191)
0 Favorites   0 Comments

Color spaces of #bce0bf

RGB 188224191
HSL0.350.370.81
HSV125°16°88°
CMYK 0.160.000.15   0.12
XYZ56.798767.764359.3764
Yxy67.76430.30880.3684
Hunter Lab82.3191-20.896514.8577
CIE-Lab85.8885-18.024512.2713

#bce0bf color RGB value is (188,224,191).

#bce0bf hex color red value is 188, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bce0bf hue: 0.35 , saturation: 0.37 and the lightness value of bce0bf is 0.81.

The process color (four color CMYK) of #bce0bf color hex is 0.16, 0.00, 0.15, 0.12. Web safe color of #bce0bf is #cccccc. Color #bce0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10111111
Octal 274 340 277
Decimal 188 224 191
Hex BC E0 BF

RGB Percentages of Color #bce0bf

%31.18
%37.15
%31.67

CMYK Percentages of Color #bce0bf

%16
%0
%15
%12

Triadic Colors of #bce0bf

#bce0bf #bfbce0 #e0bfbc

Analogous Colors of #bce0bf

#bce0bf #bce0d1 #cbe0bc

Monochromatic Colors of #bce0bf

#bce0bf

Complementary Color

#bce0bf #e0bcdd

#bce0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0bf Color CSS Codes

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

#bce0bf Text Font Color

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

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


#bce0bf Background Color

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

This div background color is #bce0bf


#bce0bf Border Color

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

This div border color is #bce0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0bf


Comments

No comments written yet.

Please login to write comment.