Color Hex Logo

#bcd7fb Color Hex

#BCD7FB
(188,215,251)
0 Favorites   0 Comments

Color spaces of #bcd7fb

RGB 188215251
HSL0.600.890.86
HSV214°25°98°
CMYK 0.250.140.00   0.02
XYZ62.452166.2573100.7641
Yxy66.25730.27220.2887
Hunter Lab81.3986-5.4955-16.4167
CIE-Lab85.1275-1.2111-20.5423

#bcd7fb color RGB value is (188,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 11111011
Octal 274 327 373
Decimal 188 215 251
Hex BC D7 FB

RGB Percentages of Color #bcd7fb

%28.75
%32.87
%38.38

CMYK Percentages of Color #bcd7fb

%25
%14
%0
%2

Triadic Colors of #bcd7fb

#bcd7fb #fbbcd7 #d7fbbc

Analogous Colors of #bcd7fb

#bcd7fb #c1bcfb #bcf7fb

Monochromatic Colors of #bcd7fb

#bcd7fb

Complementary Color

#bcd7fb #fbe0bc

#bcd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd7fb Color CSS Codes

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

#bcd7fb Text Font Color

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

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


#bcd7fb Background Color

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

This div background color is #bcd7fb


#bcd7fb Border Color

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

This div border color is #bcd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd7fb


Comments

No comments written yet.

Please login to write comment.