Color Hex Logo

#b1cdfa Color Hex

#B1CDFA
(177,205,250)
0 Favorites   0 Comments

Color spaces of #b1cdfa

RGB 177205250
HSL0.600.880.84
HSV217°29°98°
CMYK 0.290.180.00   0.02
XYZ57.218159.911998.9909
Yxy59.91190.26480.2772
Hunter Lab77.4028-3.5031-21.6444
CIE-Lab81.79030.6741-25.1461

#b1cdfa color RGB value is (177,205,250).

#b1cdfa hex color red value is 177, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b1cdfa hue: 0.60 , saturation: 0.88 and the lightness value of b1cdfa is 0.84.

The process color (four color CMYK) of #b1cdfa color hex is 0.29, 0.18, 0.00, 0.02. Web safe color of #b1cdfa is #99ccff. Color #b1cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001101 11111010
Octal 261 315 372
Decimal 177 205 250
Hex B1 CD FA

RGB Percentages of Color #b1cdfa

%28.01
%32.44
%39.56

CMYK Percentages of Color #b1cdfa

%29
%18
%0
%2

Triadic Colors of #b1cdfa

#b1cdfa #fab1cd #cdfab1

Analogous Colors of #b1cdfa

#b1cdfa #bab1fa #b1f2fa

Monochromatic Colors of #b1cdfa

#b1cdfa

Complementary Color

#b1cdfa #fadeb1

#b1cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cdfa Color CSS Codes

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

#b1cdfa Text Font Color

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

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


#b1cdfa Background Color

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

This div background color is #b1cdfa


#b1cdfa Border Color

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

This div border color is #b1cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cdfa


Comments

No comments written yet.

Please login to write comment.