Color Hex Logo

#bceffe Color Hex

#BCEFFE
(188,239,254)
0 Favorites   0 Comments

Color spaces of #bceffe

RGB 188239254
HSL0.540.970.87
HSV194°26°100°
CMYK 0.260.060.00   0.00
XYZ69.494979.5801105.4637
Yxy79.58010.27300.3126
Hunter Lab89.2077-17.0577-7.6488
CIE-Lab91.4961-12.9006-12.5460

#bceffe color RGB value is (188,239,254).

#bceffe hex color red value is 188, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bceffe hue: 0.54 , saturation: 0.97 and the lightness value of bceffe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11111110
Octal 274 357 376
Decimal 188 239 254
Hex BC EF FE

RGB Percentages of Color #bceffe

%27.61
%35.10
%37.30

CMYK Percentages of Color #bceffe

%26
%6
%0
%0

Triadic Colors of #bceffe

#bceffe #febcef #effebc

Analogous Colors of #bceffe

#bceffe #bccefe #bcfeec

Monochromatic Colors of #bceffe

#bceffe

Complementary Color

#bceffe #fecbbc

#bceffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceffe Color CSS Codes

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

#bceffe Text Font Color

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

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


#bceffe Background Color

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

This div background color is #bceffe


#bceffe Border Color

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

This div border color is #bceffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceffe


Comments

No comments written yet.

Please login to write comment.