Color Hex Logo

#bce5dd Color Hex

#BCE5DD
(188,229,221)
0 Favorites   0 Comments

Color spaces of #bce5dd

RGB 188229221
HSL0.470.440.82
HSV168°18°90°
CMYK 0.180.000.03   0.10
XYZ61.809571.950479.0367
Yxy71.95040.29050.3381
Hunter Lab84.8236-18.37144.1314
CIE-Lab87.9447-14.8504-0.5284

#bce5dd color RGB value is (188,229,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11011101
Octal 274 345 335
Decimal 188 229 221
Hex BC E5 DD

RGB Percentages of Color #bce5dd

%29.47
%35.89
%34.64

CMYK Percentages of Color #bce5dd

%18
%0
%3
%10

Triadic Colors of #bce5dd

#bce5dd #ddbce5 #e5ddbc

Analogous Colors of #bce5dd

#bce5dd #bcd9e5 #bce5c9

Monochromatic Colors of #bce5dd

#bce5dd

Complementary Color

#bce5dd #e5bcc4

#bce5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5dd Color CSS Codes

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

#bce5dd Text Font Color

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

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


#bce5dd Background Color

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

This div background color is #bce5dd


#bce5dd Border Color

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

This div border color is #bce5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5dd


Comments

No comments written yet.

Please login to write comment.