Color Hex Logo

#bcebe1 Color Hex

#BCEBE1
(188,235,225)
0 Favorites   0 Comments

Color spaces of #bcebe1

RGB 188235225
HSL0.460.540.83
HSV167°20°92°
CMYK 0.200.000.04   0.08
XYZ64.038075.544382.4405
Yxy75.54430.28840.3403
Hunter Lab86.9162-20.58844.6045
CIE-Lab89.6473-17.0445-0.1369

#bcebe1 color RGB value is (188,235,225).

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

The process color (four color CMYK) of #bcebe1 color hex is 0.20, 0.00, 0.04, 0.08. Web safe color of #bcebe1 is #ccffcc. Color #bcebe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11100001
Octal 274 353 341
Decimal 188 235 225
Hex BC EB E1

RGB Percentages of Color #bcebe1

%29.01
%36.27
%34.72

CMYK Percentages of Color #bcebe1

%20
%0
%4
%8

Triadic Colors of #bcebe1

#bcebe1 #e1bceb #ebe1bc

Analogous Colors of #bcebe1

#bcebe1 #bcdeeb #bcebca

Monochromatic Colors of #bcebe1

#bcebe1

Complementary Color

#bcebe1 #ebbcc6

#bcebe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebe1 Color CSS Codes

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

#bcebe1 Text Font Color

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

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


#bcebe1 Background Color

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

This div background color is #bcebe1


#bcebe1 Border Color

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

This div border color is #bcebe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebe1


Comments

No comments written yet.

Please login to write comment.