Color Hex Logo

#bce2df Color Hex

#BCE2DF
(188,226,223)
0 Favorites   0 Comments

Color spaces of #bce2df

RGB 188226223
HSL0.490.400.81
HSV175°17°89°
CMYK 0.170.000.01   0.11
XYZ61.254770.411880.1744
Yxy70.41180.28920.3324
Hunter Lab83.9117-16.54242.0889
CIE-Lab87.1984-12.9337-2.6734

#bce2df color RGB value is (188,226,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 11011111
Octal 274 342 337
Decimal 188 226 223
Hex BC E2 DF

RGB Percentages of Color #bce2df

%29.51
%35.48
%35.01

CMYK Percentages of Color #bce2df

%17
%0
%1
%11

Triadic Colors of #bce2df

#bce2df #dfbce2 #e2dfbc

Analogous Colors of #bce2df

#bce2df #bcd2e2 #bce2cc

Monochromatic Colors of #bce2df

#bce2df

Complementary Color

#bce2df #e2bcbf

#bce2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce2df Color CSS Codes

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

#bce2df Text Font Color

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

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


#bce2df Background Color

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

This div background color is #bce2df


#bce2df Border Color

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

This div border color is #bce2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce2df

#bce2df Color Palettes


Comments

No comments written yet.

Please login to write comment.