Color Hex Logo

#bce2de Color Hex

#BCE2DE
(188,226,222)
0 Favorites   0 Comments

Color spaces of #bce2de

RGB 188226222
HSL0.480.400.81
HSV174°17°89°
CMYK 0.170.000.02   0.11
XYZ61.120270.358079.4663
Yxy70.35800.28970.3335
Hunter Lab83.8797-16.72272.5453
CIE-Lab87.1722-13.1367-2.1854

#bce2de color RGB value is (188,226,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 11011110
Octal 274 342 336
Decimal 188 226 222
Hex BC E2 DE

RGB Percentages of Color #bce2de

%29.56
%35.53
%34.91

CMYK Percentages of Color #bce2de

%17
%0
%2
%11

Triadic Colors of #bce2de

#bce2de #debce2 #e2debc

Analogous Colors of #bce2de

#bce2de #bcd3e2 #bce2cb

Monochromatic Colors of #bce2de

#bce2de

Complementary Color

#bce2de #e2bcc0

#bce2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce2de Color CSS Codes

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

#bce2de Text Font Color

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

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


#bce2de Background Color

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

This div background color is #bce2de


#bce2de Border Color

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

This div border color is #bce2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce2de


Comments

No comments written yet.

Please login to write comment.