Color Hex Logo

#bceefb Color Hex

#BCEEFB
(188,238,251)
0 Favorites   0 Comments

Color spaces of #bceefb

RGB 188238251
HSL0.530.890.86
HSV192°25°98°
CMYK 0.250.050.00   0.02
XYZ68.726278.8055102.8555
Yxy78.80550.27450.3147
Hunter Lab88.7725-17.1600-6.5552
CIE-Lab91.1462-13.0594-11.5044

#bceefb color RGB value is (188,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11111011
Octal 274 356 373
Decimal 188 238 251
Hex BC EE FB

RGB Percentages of Color #bceefb

%27.77
%35.16
%37.08

CMYK Percentages of Color #bceefb

%25
%5
%0
%2

Triadic Colors of #bceefb

#bceefb #fbbcee #eefbbc

Analogous Colors of #bceefb

#bceefb #bccffb #bcfbe9

Monochromatic Colors of #bceefb

#bceefb

Complementary Color

#bceefb #fbc9bc

#bceefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceefb Color CSS Codes

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

#bceefb Text Font Color

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

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


#bceefb Background Color

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

This div background color is #bceefb


#bceefb Border Color

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

This div border color is #bceefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceefb

#bceefb Color Palettes


Comments

No comments written yet.

Please login to write comment.