Color Hex Logo

#b1cefd Color Hex

#B1CEFD
(177,206,253)
0 Favorites   0 Comments

Color spaces of #b1cefd

RGB 177206253
HSL0.600.950.84
HSV217°30°99°
CMYK 0.300.190.00   0.01
XYZ57.932460.5816101.5686
Yxy60.58160.26320.2753
Hunter Lab77.8342-3.3513-22.8857
CIE-Lab82.15330.8589-26.1875

#b1cefd color RGB value is (177,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001110 11111101
Octal 261 316 375
Decimal 177 206 253
Hex B1 CE FD

RGB Percentages of Color #b1cefd

%27.83
%32.39
%39.78

CMYK Percentages of Color #b1cefd

%30
%19
%0
%1

Triadic Colors of #b1cefd

#b1cefd #fdb1ce #cefdb1

Analogous Colors of #b1cefd

#b1cefd #bab1fd #b1f4fd

Monochromatic Colors of #b1cefd

#b1cefd

Complementary Color

#b1cefd #fde0b1

#b1cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cefd Color CSS Codes

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

#b1cefd Text Font Color

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

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


#b1cefd Background Color

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

This div background color is #b1cefd


#b1cefd Border Color

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

This div border color is #b1cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cefd

Related Colors


Comments

No comments written yet.

Please login to write comment.