Color Hex Logo

#bce3be Color Hex

#BCE3BE
(188,227,190)
0 Favorites   0 Comments

Color spaces of #bce3be

RGB 188227190
HSL0.340.410.81
HSV123°17°89°
CMYK 0.170.000.16   0.11
XYZ57.502469.347259.0699
Yxy69.34720.30930.3730
Hunter Lab83.2750-22.474716.2360
CIE-Lab86.6757-19.685613.9102

#bce3be color RGB value is (188,227,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 10111110
Octal 274 343 276
Decimal 188 227 190
Hex BC E3 BE

RGB Percentages of Color #bce3be

%31.07
%37.52
%31.40

CMYK Percentages of Color #bce3be

%17
%0
%16
%11

Triadic Colors of #bce3be

#bce3be #bebce3 #e3bebc

Analogous Colors of #bce3be

#bce3be #bce3d2 #cee3bc

Monochromatic Colors of #bce3be

#bce3be

Complementary Color

#bce3be #e3bce1

#bce3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce3be Color CSS Codes

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

#bce3be Text Font Color

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

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


#bce3be Background Color

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

This div background color is #bce3be


#bce3be Border Color

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

This div border color is #bce3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce3be


Comments

No comments written yet.

Please login to write comment.