Color Hex Logo

#bce0da Color Hex

#BCE0DA
(188,224,218)
0 Favorites   0 Comments

Color spaces of #bce0da

RGB 188224218
HSL0.470.370.81
HSV170°16°88°
CMYK 0.160.000.03   0.12
XYZ60.049669.064676.4955
Yxy69.06460.29210.3359
Hunter Lab83.1051-16.45453.5991
CIE-Lab86.5360-12.9295-1.0097

#bce0da color RGB value is (188,224,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 11011010
Octal 274 340 332
Decimal 188 224 218
Hex BC E0 DA

RGB Percentages of Color #bce0da

%29.84
%35.56
%34.60

CMYK Percentages of Color #bce0da

%16
%0
%3
%12

Triadic Colors of #bce0da

#bce0da #dabce0 #e0dabc

Analogous Colors of #bce0da

#bce0da #bcd4e0 #bce0c8

Monochromatic Colors of #bce0da

#bce0da

Complementary Color

#bce0da #e0bcc2

#bce0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0da Color CSS Codes

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

#bce0da Text Font Color

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

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


#bce0da Background Color

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

This div background color is #bce0da


#bce0da Border Color

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

This div border color is #bce0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0da


Comments

No comments written yet.

Please login to write comment.