Color Hex Logo

#bce2dd Color Hex

#BCE2DD
(188,226,221)
0 Favorites   0 Comments

Color spaces of #bce2dd

RGB 188226221
HSL0.480.400.81
HSV172°17°89°
CMYK 0.170.000.02   0.11
XYZ60.986570.304578.7624
Yxy70.30450.29030.3347
Hunter Lab83.8478-16.90202.9994
CIE-Lab87.1460-13.3388-1.6973

#bce2dd color RGB value is (188,226,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 11011101
Octal 274 342 335
Decimal 188 226 221
Hex BC E2 DD

RGB Percentages of Color #bce2dd

%29.61
%35.59
%34.80

CMYK Percentages of Color #bce2dd

%17
%0
%2
%11

Triadic Colors of #bce2dd

#bce2dd #ddbce2 #e2ddbc

Analogous Colors of #bce2dd

#bce2dd #bcd4e2 #bce2ca

Monochromatic Colors of #bce2dd

#bce2dd

Complementary Color

#bce2dd #e2bcc1

#bce2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce2dd Color CSS Codes

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

#bce2dd Text Font Color

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

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


#bce2dd Background Color

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

This div background color is #bce2dd


#bce2dd Border Color

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

This div border color is #bce2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce2dd


Comments

No comments written yet.

Please login to write comment.