Color Hex Logo

#bce3dd Color Hex

#BCE3DD
(188,227,221)
3 Favorites   0 Comments

Color spaces of #bce3dd

RGB 188227221
HSL0.470.410.81
HSV171°17°89°
CMYK 0.170.000.03   0.11
XYZ61.259370.850078.8533
Yxy70.85000.29040.3358
Hunter Lab84.1724-17.39243.3774
CIE-Lab87.4121-13.8437-1.3076

#bce3dd color RGB value is (188,227,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 11011101
Octal 274 343 335
Decimal 188 227 221
Hex BC E3 DD

RGB Percentages of Color #bce3dd

%29.56
%35.69
%34.75

CMYK Percentages of Color #bce3dd

%17
%0
%3
%11

Triadic Colors of #bce3dd

#bce3dd #ddbce3 #e3ddbc

Analogous Colors of #bce3dd

#bce3dd #bcd6e3 #bce3ca

Monochromatic Colors of #bce3dd

#bce3dd

Complementary Color

#bce3dd #e3bcc2

#bce3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce3dd Color CSS Codes

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

#bce3dd Text Font Color

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

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


#bce3dd Background Color

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

This div background color is #bce3dd


#bce3dd Border Color

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

This div border color is #bce3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce3dd


Comments

No comments written yet.

Please login to write comment.