Color Hex Logo

#bcf2fb Color Hex

#BCF2FB
(188,242,251)
0 Favorites   0 Comments

Color spaces of #bcf2fb

RGB 188242251
HSL0.520.890.86
HSV189°25°98°
CMYK 0.250.040.00   0.02
XYZ69.903881.1607103.2480
Yxy81.16070.27490.3191
Hunter Lab90.0892-19.1509-4.8877
CIE-Lab92.2032-15.0664-9.9314

#bcf2fb color RGB value is (188,242,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 11111011
Octal 274 362 373
Decimal 188 242 251
Hex BC F2 FB

RGB Percentages of Color #bcf2fb

%27.61
%35.54
%36.86

CMYK Percentages of Color #bcf2fb

%25
%4
%0
%2

Triadic Colors of #bcf2fb

#bcf2fb #fbbcf2 #f2fbbc

Analogous Colors of #bcf2fb

#bcf2fb #bcd3fb #bcfbe5

Monochromatic Colors of #bcf2fb

#bcf2fb

Complementary Color

#bcf2fb #fbc5bc

#bcf2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf2fb Color CSS Codes

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

#bcf2fb Text Font Color

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

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


#bcf2fb Background Color

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

This div background color is #bcf2fb


#bcf2fb Border Color

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

This div border color is #bcf2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf2fb

Related Colors


Comments

No comments written yet.

Please login to write comment.