Color Hex Logo

#bceafb Color Hex

#BCEAFB
(188,234,251)
0 Favorites   0 Comments

Color spaces of #bceafb

RGB 188234251
HSL0.540.890.86
HSV196°25°98°
CMYK 0.250.070.00   0.02
XYZ67.574476.5020102.4716
Yxy76.50200.27410.3103
Hunter Lab87.4654-15.1582-8.2364
CIE-Lab90.0919-11.0362-13.0777

#bceafb color RGB value is (188,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11111011
Octal 274 352 373
Decimal 188 234 251
Hex BC EA FB

RGB Percentages of Color #bceafb

%27.93
%34.77
%37.30

CMYK Percentages of Color #bceafb

%25
%7
%0
%2

Triadic Colors of #bceafb

#bceafb #fbbcea #eafbbc

Analogous Colors of #bceafb

#bceafb #bccbfb #bcfbed

Monochromatic Colors of #bceafb

#bceafb

Complementary Color

#bceafb #fbcdbc

#bceafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceafb Color CSS Codes

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

#bceafb Text Font Color

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

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


#bceafb Background Color

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

This div background color is #bceafb


#bceafb Border Color

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

This div border color is #bceafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceafb


Comments

No comments written yet.

Please login to write comment.