Color Hex Logo

#bccefa Color Hex

#BCCEFA
(188,206,250)
0 Favorites   0 Comments

Color spaces of #bccefa

RGB 188206250
HSL0.620.860.86
HSV223°25°98°
CMYK 0.250.180.00   0.02
XYZ60.065761.736199.1929
Yxy61.73610.27180.2794
Hunter Lab78.5723-1.0448-19.8495
CIE-Lab82.77293.3293-23.5836

#bccefa color RGB value is (188,206,250).

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

The process color (four color CMYK) of #bccefa color hex is 0.25, 0.18, 0.00, 0.02. Web safe color of #bccefa is #ccccff. Color #bccefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11111010
Octal 274 316 372
Decimal 188 206 250
Hex BC CE FA

RGB Percentages of Color #bccefa

%29.19
%31.99
%38.82

CMYK Percentages of Color #bccefa

%25
%18
%0
%2

Triadic Colors of #bccefa

#bccefa #fabcce #cefabc

Analogous Colors of #bccefa

#bccefa #c9bcfa #bcedfa

Monochromatic Colors of #bccefa

#bccefa

Complementary Color

#bccefa #fae8bc

#bccefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccefa Color CSS Codes

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

#bccefa Text Font Color

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

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


#bccefa Background Color

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

This div background color is #bccefa


#bccefa Border Color

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

This div border color is #bccefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccefa


Comments

No comments written yet.

Please login to write comment.