Color Hex Logo

#bce9cb Color Hex

#BCE9CB
(188,233,203)
0 Favorites   0 Comments

Color spaces of #bce9cb

RGB 188233203
HSL0.390.510.83
HSV140°19°91°
CMYK 0.190.000.13   0.09
XYZ60.657473.281067.4476
Yxy73.28100.30120.3639
Hunter Lab85.6043-23.326313.2085
CIE-Lab88.5816-20.30389.8231

#bce9cb color RGB value is (188,233,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 11001011
Octal 274 351 313
Decimal 188 233 203
Hex BC E9 CB

RGB Percentages of Color #bce9cb

%30.13
%37.34
%32.53

CMYK Percentages of Color #bce9cb

%19
%0
%13
%9

Triadic Colors of #bce9cb

#bce9cb #cbbce9 #e9cbbc

Analogous Colors of #bce9cb

#bce9cb #bce9e2 #c4e9bc

Monochromatic Colors of #bce9cb

#bce9cb

Complementary Color

#bce9cb #e9bcda

#bce9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce9cb Color CSS Codes

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

#bce9cb Text Font Color

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

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


#bce9cb Background Color

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

This div background color is #bce9cb


#bce9cb Border Color

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

This div border color is #bce9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce9cb


Comments

No comments written yet.

Please login to write comment.