Color Hex Logo

#bce6da Color Hex

#BCE6DA
(188,230,218)
0 Favorites   0 Comments

Color spaces of #bce6da

RGB 188230218
HSL0.450.460.82
HSV163°18°90°
CMYK 0.180.000.05   0.10
XYZ61.690772.347077.0426
Yxy72.34700.29230.3427
Hunter Lab85.0570-19.38625.8365
CIE-Lab88.1353-15.94981.3249

#bce6da color RGB value is (188,230,218).

#bce6da hex color red value is 188, green value is 230 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bce6da hue: 0.45 , saturation: 0.46 and the lightness value of bce6da is 0.82.

The process color (four color CMYK) of #bce6da color hex is 0.18, 0.00, 0.05, 0.10. Web safe color of #bce6da is #ccffcc. Color #bce6da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 11011010
Octal 274 346 332
Decimal 188 230 218
Hex BC E6 DA

RGB Percentages of Color #bce6da

%29.56
%36.16
%34.28

CMYK Percentages of Color #bce6da

%18
%0
%5
%10

Triadic Colors of #bce6da

#bce6da #dabce6 #e6dabc

Analogous Colors of #bce6da

#bce6da #bcdde6 #bce6c5

Monochromatic Colors of #bce6da

#bce6da

Complementary Color

#bce6da #e6bcc8

#bce6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6da Color CSS Codes

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

#bce6da Text Font Color

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

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


#bce6da Background Color

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

This div background color is #bce6da


#bce6da Border Color

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

This div border color is #bce6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6da


Comments

No comments written yet.

Please login to write comment.