Color Hex Logo

#bce1df Color Hex

#BCE1DF
(188,225,223)
0 Favorites   0 Comments

Color spaces of #bce1df

RGB 188225223
HSL0.490.380.81
HSV177°16°88°
CMYK 0.160.000.01   0.12
XYZ60.983569.869580.0840
Yxy69.86950.28910.3312
Hunter Lab83.5880-16.05021.7070
CIE-Lab86.9328-12.4271-3.0634

#bce1df color RGB value is (188,225,223).

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

The process color (four color CMYK) of #bce1df color hex is 0.16, 0.00, 0.01, 0.12. Web safe color of #bce1df is #cccccc. Color #bce1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 11011111
Octal 274 341 337
Decimal 188 225 223
Hex BC E1 DF

RGB Percentages of Color #bce1df

%29.56
%35.38
%35.06

CMYK Percentages of Color #bce1df

%16
%0
%1
%12

Triadic Colors of #bce1df

#bce1df #dfbce1 #e1dfbc

Analogous Colors of #bce1df

#bce1df #bcd1e1 #bce1cd

Monochromatic Colors of #bce1df

#bce1df

Complementary Color

#bce1df #e1bcbe

#bce1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce1df Color CSS Codes

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

#bce1df Text Font Color

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

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


#bce1df Background Color

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

This div background color is #bce1df


#bce1df Border Color

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

This div border color is #bce1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce1df


Comments

No comments written yet.

Please login to write comment.