Color Hex Logo

#bce9ff Color Hex

#BCE9FF
(188,233,255)
0 Favorites   0 Comments

Color spaces of #bce9ff

RGB 188233255
HSL0.551.000.87
HSV200°26°100°
CMYK 0.260.090.00   0.00
XYZ67.928076.1892105.7335
Yxy76.18920.27190.3049
Hunter Lab87.2864-13.8391-10.7198
CIE-Lab89.9471-9.6350-15.3853

#bce9ff color RGB value is (188,233,255).

#bce9ff hex color red value is 188, green value is 233 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bce9ff hue: 0.55 , saturation: 1.00 and the lightness value of bce9ff is 0.87.

The process color (four color CMYK) of #bce9ff color hex is 0.26, 0.09, 0.00, 0.00. Web safe color of #bce9ff is #ccffff. Color #bce9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 11111111
Octal 274 351 377
Decimal 188 233 255
Hex BC E9 FF

RGB Percentages of Color #bce9ff

%27.81
%34.47
%37.72

CMYK Percentages of Color #bce9ff

%26
%9
%0
%0

Triadic Colors of #bce9ff

#bce9ff #ffbce9 #e9ffbc

Analogous Colors of #bce9ff

#bce9ff #bcc8ff #bcfff4

Monochromatic Colors of #bce9ff

#bce9ff

Complementary Color

#bce9ff #ffd2bc

#bce9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce9ff Color CSS Codes

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

#bce9ff Text Font Color

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

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


#bce9ff Background Color

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

This div background color is #bce9ff


#bce9ff Border Color

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

This div border color is #bce9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce9ff

#bce9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.