Color Hex Logo

#bce4fa Color Hex

#BCE4FA
(188,228,250)
0 Favorites   0 Comments

Color spaces of #bce4fa

RGB 188228250
HSL0.560.860.86
HSV201°25°98°
CMYK 0.250.090.00   0.02
XYZ65.737873.0803101.0836
Yxy73.08030.27400.3046
Hunter Lab85.4870-12.3394-10.2662
CIE-Lab88.4860-8.1943-14.9575

#bce4fa color RGB value is (188,228,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 11111010
Octal 274 344 372
Decimal 188 228 250
Hex BC E4 FA

RGB Percentages of Color #bce4fa

%28.23
%34.23
%37.54

CMYK Percentages of Color #bce4fa

%25
%9
%0
%2

Triadic Colors of #bce4fa

#bce4fa #fabce4 #e4fabc

Analogous Colors of #bce4fa

#bce4fa #bcc5fa #bcfaf1

Monochromatic Colors of #bce4fa

#bce4fa

Complementary Color

#bce4fa #fad2bc

#bce4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce4fa Color CSS Codes

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

#bce4fa Text Font Color

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

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


#bce4fa Background Color

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

This div background color is #bce4fa


#bce4fa Border Color

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

This div border color is #bce4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce4fa


Comments

No comments written yet.

Please login to write comment.