Color Hex Logo

#bce6fa Color Hex

#BCE6FA
(188,230,250)
0 Favorites   0 Comments

Color spaces of #bce6fa

RGB 188230250
HSL0.550.860.86
HSV199°25°98°
CMYK 0.250.080.00   0.02
XYZ66.291274.1871101.2681
Yxy74.18710.27420.3069
Hunter Lab86.1319-13.3489-9.4168
CIE-Lab89.0108-9.2192-14.1713

#bce6fa color RGB value is (188,230,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 11111010
Octal 274 346 372
Decimal 188 230 250
Hex BC E6 FA

RGB Percentages of Color #bce6fa

%28.14
%34.43
%37.43

CMYK Percentages of Color #bce6fa

%25
%8
%0
%2

Triadic Colors of #bce6fa

#bce6fa #fabce6 #e6fabc

Analogous Colors of #bce6fa

#bce6fa #bcc7fa #bcfaef

Monochromatic Colors of #bce6fa

#bce6fa

Complementary Color

#bce6fa #fad0bc

#bce6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6fa Color CSS Codes

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

#bce6fa Text Font Color

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

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


#bce6fa Background Color

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

This div background color is #bce6fa


#bce6fa Border Color

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

This div border color is #bce6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6fa


Comments

No comments written yet.

Please login to write comment.