Color Hex Logo

#bcd8fb Color Hex

#BCD8FB
(188,216,251)
0 Favorites   0 Comments

Color spaces of #bcd8fb

RGB 188216251
HSL0.590.890.86
HSV213°25°98°
CMYK 0.250.140.00   0.02
XYZ62.707566.7681100.8493
Yxy66.76810.27230.2899
Hunter Lab81.7117-6.0105-15.9780
CIE-Lab85.3867-1.7367-20.1503

#bcd8fb color RGB value is (188,216,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 11111011
Octal 274 330 373
Decimal 188 216 251
Hex BC D8 FB

RGB Percentages of Color #bcd8fb

%28.70
%32.98
%38.32

CMYK Percentages of Color #bcd8fb

%25
%14
%0
%2

Triadic Colors of #bcd8fb

#bcd8fb #fbbcd8 #d8fbbc

Analogous Colors of #bcd8fb

#bcd8fb #c0bcfb #bcf8fb

Monochromatic Colors of #bcd8fb

#bcd8fb

Complementary Color

#bcd8fb #fbdfbc

#bcd8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd8fb Color CSS Codes

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

#bcd8fb Text Font Color

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

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


#bcd8fb Background Color

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

This div background color is #bcd8fb


#bcd8fb Border Color

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

This div border color is #bcd8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.