Color Hex Logo

#bce0c3 Color Hex

#BCE0C3
(188,224,195)
0 Favorites   0 Comments

Color spaces of #bce0c3

RGB 188224195
HSL0.370.370.81
HSV132°16°88°
CMYK 0.160.000.13   0.12
XYZ57.245067.942861.7269
Yxy67.94280.30630.3635
Hunter Lab82.4274-20.281613.2991
CIE-Lab85.9778-17.309610.2971

#bce0c3 color RGB value is (188,224,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 11000011
Octal 274 340 303
Decimal 188 224 195
Hex BC E0 C3

RGB Percentages of Color #bce0c3

%30.97
%36.90
%32.13

CMYK Percentages of Color #bce0c3

%16
%0
%13
%12

Triadic Colors of #bce0c3

#bce0c3 #c3bce0 #e0c3bc

Analogous Colors of #bce0c3

#bce0c3 #bce0d5 #c7e0bc

Monochromatic Colors of #bce0c3

#bce0c3

Complementary Color

#bce0c3 #e0bcd9

#bce0c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0c3 Color CSS Codes

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

#bce0c3 Text Font Color

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

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


#bce0c3 Background Color

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

This div background color is #bce0c3


#bce0c3 Border Color

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

This div border color is #bce0c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0c3


Comments

No comments written yet.

Please login to write comment.