Color Hex Logo

#bceffa Color Hex

#BCEFFA
(188,239,250)
0 Favorites   0 Comments

Color spaces of #bceffa

RGB 188239250
HSL0.530.860.86
HSV191°25°98°
CMYK 0.250.040.00   0.02
XYZ68.860979.3265102.1247
Yxy79.32650.27510.3169
Hunter Lab89.0654-17.8573-5.6376
CIE-Lab91.3818-13.7819-10.6323

#bceffa color RGB value is (188,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11111010
Octal 274 357 372
Decimal 188 239 250
Hex BC EF FA

RGB Percentages of Color #bceffa

%27.77
%35.30
%36.93

CMYK Percentages of Color #bceffa

%25
%4
%0
%2

Triadic Colors of #bceffa

#bceffa #fabcef #effabc

Analogous Colors of #bceffa

#bceffa #bcd0fa #bcfae6

Monochromatic Colors of #bceffa

#bceffa

Complementary Color

#bceffa #fac7bc

#bceffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceffa Color CSS Codes

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

#bceffa Text Font Color

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

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


#bceffa Background Color

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

This div background color is #bceffa


#bceffa Border Color

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

This div border color is #bceffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceffa


Comments

No comments written yet.

Please login to write comment.