Color Hex Logo

#bce9cc Color Hex

#BCE9CC
(188,233,204)
0 Favorites   0 Comments

Color spaces of #bce9cc

RGB 188233204
HSL0.390.510.83
HSV141°19°91°
CMYK 0.190.000.12   0.09
XYZ60.777073.328868.0773
Yxy73.32880.30060.3627
Hunter Lab85.6322-23.167012.8072
CIE-Lab88.6043-20.11909.3333

#bce9cc color RGB value is (188,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 11001100
Octal 274 351 314
Decimal 188 233 204
Hex BC E9 CC

RGB Percentages of Color #bce9cc

%30.08
%37.28
%32.64

CMYK Percentages of Color #bce9cc

%19
%0
%12
%9

Triadic Colors of #bce9cc

#bce9cc #ccbce9 #e9ccbc

Analogous Colors of #bce9cc

#bce9cc #bce9e3 #c3e9bc

Monochromatic Colors of #bce9cc

#bce9cc

Complementary Color

#bce9cc #e9bcd9

#bce9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce9cc Color CSS Codes

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

#bce9cc Text Font Color

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

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


#bce9cc Background Color

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

This div background color is #bce9cc


#bce9cc Border Color

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

This div border color is #bce9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce9cc


Comments

No comments written yet.

Please login to write comment.