Color Hex Logo

#bcebfa Color Hex

#BCEBFA
(188,235,250)
0 Favorites   0 Comments

Color spaces of #bcebfa

RGB 188235250
HSL0.540.860.86
HSV195°25°98°
CMYK 0.250.060.00   0.02
XYZ67.702777.0102101.7386
Yxy77.01020.27470.3125
Hunter Lab87.7555-15.8606-7.3086
CIE-Lab90.3263-11.7643-12.2051

#bcebfa color RGB value is (188,235,250).

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

The process color (four color CMYK) of #bcebfa color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bcebfa is #ccffff. Color #bcebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11111010
Octal 274 353 372
Decimal 188 235 250
Hex BC EB FA

RGB Percentages of Color #bcebfa

%27.93
%34.92
%37.15

CMYK Percentages of Color #bcebfa

%25
%6
%0
%2

Triadic Colors of #bcebfa

#bcebfa #fabceb #ebfabc

Analogous Colors of #bcebfa

#bcebfa #bcccfa #bcfaea

Monochromatic Colors of #bcebfa

#bcebfa

Complementary Color

#bcebfa #facbbc

#bcebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebfa Color CSS Codes

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

#bcebfa Text Font Color

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

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


#bcebfa Background Color

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

This div background color is #bcebfa


#bcebfa Border Color

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

This div border color is #bcebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebfa


Comments

No comments written yet.

Please login to write comment.