Color Hex Logo

#bcece1 Color Hex

#BCECE1
(188,236,225)
0 Favorites   0 Comments

Color spaces of #bcece1

RGB 188236225
HSL0.460.560.83
HSV166°20°93°
CMYK 0.200.000.05   0.07
XYZ64.325176.118582.5362
Yxy76.11850.28850.3414
Hunter Lab87.2459-21.07504.9827
CIE-Lab89.9143-17.54130.2529

#bcece1 color RGB value is (188,236,225).

#bcece1 hex color red value is 188, green value is 236 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bcece1 hue: 0.46 , saturation: 0.56 and the lightness value of bcece1 is 0.83.

The process color (four color CMYK) of #bcece1 color hex is 0.20, 0.00, 0.05, 0.07. Web safe color of #bcece1 is #ccffcc. Color #bcece1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11100001
Octal 274 354 341
Decimal 188 236 225
Hex BC EC E1

RGB Percentages of Color #bcece1

%28.97
%36.36
%34.67

CMYK Percentages of Color #bcece1

%20
%0
%5
%7

Triadic Colors of #bcece1

#bcece1 #e1bcec #ece1bc

Analogous Colors of #bcece1

#bcece1 #bcdfec #bcecc9

Monochromatic Colors of #bcece1

#bcece1

Complementary Color

#bcece1 #ecbcc7

#bcece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcece1 Color CSS Codes

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

#bcece1 Text Font Color

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

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


#bcece1 Background Color

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

This div background color is #bcece1


#bcece1 Border Color

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

This div border color is #bcece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcece1

#bcece1 Color Palettes


Comments

No comments written yet.

Please login to write comment.