Color Hex Logo

#b1fcfd Color Hex

#B1FCFD
(177,252,253)
0 Favorites   0 Comments

Color spaces of #b1fcfd

RGB 177252253
HSL0.500.950.84
HSV181°30°99°
CMYK 0.300.000.00   0.01
XYZ70.671586.0598105.8149
Yxy86.05980.26920.3278
Hunter Lab92.7684-26.3624-2.6903
CIE-Lab94.3379-22.6218-7.8658

#b1fcfd color RGB value is (177,252,253).

#b1fcfd hex color red value is 177, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b1fcfd hue: 0.50 , saturation: 0.95 and the lightness value of b1fcfd is 0.84.

The process color (four color CMYK) of #b1fcfd color hex is 0.30, 0.00, 0.00, 0.01. Web safe color of #b1fcfd is #99ffff. Color #b1fcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111100 11111101
Octal 261 374 375
Decimal 177 252 253
Hex B1 FC FD

RGB Percentages of Color #b1fcfd

%25.95
%36.95
%37.10

CMYK Percentages of Color #b1fcfd

%30
%0
%0
%1

Triadic Colors of #b1fcfd

#b1fcfd #fdb1fc #fcfdb1

Analogous Colors of #b1fcfd

#b1fcfd #b1d6fd #b1fdd8

Monochromatic Colors of #b1fcfd

#b1fcfd

Complementary Color

#b1fcfd #fdb2b1

#b1fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fcfd Color CSS Codes

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

#b1fcfd Text Font Color

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

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


#b1fcfd Background Color

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

This div background color is #b1fcfd


#b1fcfd Border Color

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

This div border color is #b1fcfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,252,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1fcfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1fcfd;
  -webkit-box-shadow: 1px 1px 3px 2px #b1fcfd;
  box-shadow:         1px 1px 3px 2px #b1fcfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,252,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1fcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.