Color Hex Logo

#bce6df Color Hex

#BCE6DF
(188,230,223)
0 Favorites   0 Comments

Color spaces of #bce6df

RGB 188230223
HSL0.470.460.82
HSV170°18°90°
CMYK 0.180.000.03   0.10
XYZ62.355172.612780.5412
Yxy72.61270.28930.3369
Hunter Lab85.2131-18.50463.6098
CIE-Lab88.2627-14.9500-1.1135

#bce6df color RGB value is (188,230,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 11011111
Octal 274 346 337
Decimal 188 230 223
Hex BC E6 DF

RGB Percentages of Color #bce6df

%29.33
%35.88
%34.79

CMYK Percentages of Color #bce6df

%18
%0
%3
%10

Triadic Colors of #bce6df

#bce6df #dfbce6 #e6dfbc

Analogous Colors of #bce6df

#bce6df #bcd8e6 #bce6ca

Monochromatic Colors of #bce6df

#bce6df

Complementary Color

#bce6df #e6bcc3

#bce6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6df Color CSS Codes

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

#bce6df Text Font Color

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

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


#bce6df Background Color

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

This div background color is #bce6df


#bce6df Border Color

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

This div border color is #bce6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6df


Comments

No comments written yet.

Please login to write comment.