Color Hex Logo

#bce3de Color Hex

#BCE3DE
(188,227,222)
0 Favorites   0 Comments

Color spaces of #bce3de

RGB 188227222
HSL0.480.410.81
HSV172°17°89°
CMYK 0.170.000.02   0.11
XYZ61.392970.903579.5572
Yxy70.90350.28980.3347
Hunter Lab84.2042-17.21392.9250
CIE-Lab87.4381-13.6421-1.7955

#bce3de color RGB value is (188,227,222).

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

The process color (four color CMYK) of #bce3de color hex is 0.17, 0.00, 0.02, 0.11. Web safe color of #bce3de is #cccccc. Color #bce3de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 11011110
Octal 274 343 336
Decimal 188 227 222
Hex BC E3 DE

RGB Percentages of Color #bce3de

%29.51
%35.64
%34.85

CMYK Percentages of Color #bce3de

%17
%0
%2
%11

Triadic Colors of #bce3de

#bce3de #debce3 #e3debc

Analogous Colors of #bce3de

#bce3de #bcd5e3 #bce3cb

Monochromatic Colors of #bce3de

#bce3de

Complementary Color

#bce3de #e3bcc1

#bce3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce3de Color CSS Codes

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

#bce3de Text Font Color

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

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


#bce3de Background Color

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

This div background color is #bce3de


#bce3de Border Color

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

This div border color is #bce3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce3de


Comments

No comments written yet.

Please login to write comment.