Color Hex Logo

#bce0ca Color Hex

#BCE0CA
(188,224,202)
0 Favorites   0 Comments

Color spaces of #bce0ca

RGB 188224202
HSL0.400.370.81
HSV143°16°88°
CMYK 0.160.000.10   0.12
XYZ58.055468.266965.9941
Yxy68.26690.30190.3550
Hunter Lab82.6238-19.169010.4799
CIE-Lab86.1397-16.02426.8466

#bce0ca color RGB value is (188,224,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 11001010
Octal 274 340 312
Decimal 188 224 202
Hex BC E0 CA

RGB Percentages of Color #bce0ca

%30.62
%36.48
%32.90

CMYK Percentages of Color #bce0ca

%16
%0
%10
%12

Triadic Colors of #bce0ca

#bce0ca #cabce0 #e0cabc

Analogous Colors of #bce0ca

#bce0ca #bce0dc #c0e0bc

Monochromatic Colors of #bce0ca

#bce0ca

Complementary Color

#bce0ca #e0bcd2

#bce0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0ca Color CSS Codes

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

#bce0ca Text Font Color

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

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


#bce0ca Background Color

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

This div background color is #bce0ca


#bce0ca Border Color

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

This div border color is #bce0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0ca


Comments

No comments written yet.

Please login to write comment.