Color Hex Logo

#bce0de Color Hex

#BCE0DE
(188,224,222)
0 Favorites   0 Comments

Color spaces of #bce0de

RGB 188224222
HSL0.490.370.81
HSV177°16°88°
CMYK 0.160.000.01   0.12
XYZ60.579569.276679.2861
Yxy69.27660.28970.3312
Hunter Lab83.2326-15.73861.7840
CIE-Lab86.6408-12.1229-2.9653

#bce0de color RGB value is (188,224,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 11011110
Octal 274 340 336
Decimal 188 224 222
Hex BC E0 DE

RGB Percentages of Color #bce0de

%29.65
%35.33
%35.02

CMYK Percentages of Color #bce0de

%16
%0
%1
%12

Triadic Colors of #bce0de

#bce0de #debce0 #e0debc

Analogous Colors of #bce0de

#bce0de #bcd0e0 #bce0cc

Monochromatic Colors of #bce0de

#bce0de

Complementary Color

#bce0de #e0bcbe

#bce0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce0de Color CSS Codes

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

#bce0de Text Font Color

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

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


#bce0de Background Color

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

This div background color is #bce0de


#bce0de Border Color

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

This div border color is #bce0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce0de


Comments

No comments written yet.

Please login to write comment.