Color Hex Logo

#bcdffb Color Hex

#BCDFFB
(188,223,251)
0 Favorites   0 Comments

Color spaces of #bcdffb

RGB 188223251
HSL0.570.890.86
HSV207°25°98°
CMYK 0.250.110.00   0.02
XYZ64.539370.4318101.4599
Yxy70.43180.27300.2979
Hunter Lab83.9237-9.5956-12.9324
CIE-Lab87.2082-5.3902-17.4024

#bcdffb color RGB value is (188,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11111011
Octal 274 337 373
Decimal 188 223 251
Hex BC DF FB

RGB Percentages of Color #bcdffb

%28.40
%33.69
%37.92

CMYK Percentages of Color #bcdffb

%25
%11
%0
%2

Triadic Colors of #bcdffb

#bcdffb #fbbcdf #dffbbc

Analogous Colors of #bcdffb

#bcdffb #bcc0fb #bcfbf8

Monochromatic Colors of #bcdffb

#bcdffb

Complementary Color

#bcdffb #fbd8bc

#bcdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdffb Color CSS Codes

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

#bcdffb Text Font Color

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

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


#bcdffb Background Color

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

This div background color is #bcdffb


#bcdffb Border Color

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

This div border color is #bcdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdffb


Comments

No comments written yet.

Please login to write comment.