Color Hex Logo

#bce1fb Color Hex

#BCE1FB
(188,225,251)
0 Favorites   0 Comments

Color spaces of #bce1fb

RGB 188225251
HSL0.570.890.86
HSV205°25°98°
CMYK 0.250.100.00   0.02
XYZ65.076871.5068101.6391
Yxy71.50680.27320.3002
Hunter Lab84.5617-10.6133-12.0706
CIE-Lab87.7307-6.4255-16.6166

#bce1fb color RGB value is (188,225,251).

#bce1fb hex color red value is 188, green value is 225 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bce1fb hue: 0.57 , saturation: 0.89 and the lightness value of bce1fb is 0.86.

The process color (four color CMYK) of #bce1fb color hex is 0.25, 0.10, 0.00, 0.02. Web safe color of #bce1fb is #ccccff. Color #bce1fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 11111011
Octal 274 341 373
Decimal 188 225 251
Hex BC E1 FB

RGB Percentages of Color #bce1fb

%28.31
%33.89
%37.80

CMYK Percentages of Color #bce1fb

%25
%10
%0
%2

Triadic Colors of #bce1fb

#bce1fb #fbbce1 #e1fbbc

Analogous Colors of #bce1fb

#bce1fb #bcc2fb #bcfbf6

Monochromatic Colors of #bce1fb

#bce1fb

Complementary Color

#bce1fb #fbd6bc

#bce1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce1fb Color CSS Codes

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

#bce1fb Text Font Color

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

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


#bce1fb Background Color

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

This div background color is #bce1fb


#bce1fb Border Color

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

This div border color is #bce1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce1fb


Comments

No comments written yet.

Please login to write comment.