Color Hex Logo

#bce4bf Color Hex

#BCE4BF
(188,228,191)
0 Favorites   0 Comments

Color spaces of #bce4bf

RGB 188228191
HSL0.350.430.82
HSV125°18°89°
CMYK 0.180.000.16   0.11
XYZ57.886469.939859.7390
Yxy69.93980.30860.3729
Hunter Lab83.6300-22.799716.1887
CIE-Lab86.9673-20.003513.7995

#bce4bf color RGB value is (188,228,191).

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

The process color (four color CMYK) of #bce4bf color hex is 0.18, 0.00, 0.16, 0.11. Web safe color of #bce4bf is #cccccc. Color #bce4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 10111111
Octal 274 344 277
Decimal 188 228 191
Hex BC E4 BF

RGB Percentages of Color #bce4bf

%30.97
%37.56
%31.47

CMYK Percentages of Color #bce4bf

%18
%0
%16
%11

Triadic Colors of #bce4bf

#bce4bf #bfbce4 #e4bfbc

Analogous Colors of #bce4bf

#bce4bf #bce4d3 #cde4bc

Monochromatic Colors of #bce4bf

#bce4bf

Complementary Color

#bce4bf #e4bce1

#bce4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce4bf Color CSS Codes

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

#bce4bf Text Font Color

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

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


#bce4bf Background Color

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

This div background color is #bce4bf


#bce4bf Border Color

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

This div border color is #bce4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,228,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 #bce4bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce4bf


Comments

No comments written yet.

Please login to write comment.