Color Hex Logo

#b6dcfc Color Hex

#B6DCFC
(182,220,252)
0 Favorites   0 Comments

Color spaces of #b6dcfc

RGB 182220252
HSL0.580.920.85
HSV207°28°99°
CMYK 0.280.130.00   0.01
XYZ62.455368.1598101.9599
Yxy68.15980.26850.2931
Hunter Lab82.5589-9.4441-15.4316
CIE-Lab86.0863-5.3365-19.6571

#b6dcfc color RGB value is (182,220,252).

#b6dcfc hex color red value is 182, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b6dcfc hue: 0.58 , saturation: 0.92 and the lightness value of b6dcfc is 0.85.

The process color (four color CMYK) of #b6dcfc color hex is 0.28, 0.13, 0.00, 0.01. Web safe color of #b6dcfc is #ccccff. Color #b6dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 11111100
Octal 266 334 374
Decimal 182 220 252
Hex B6 DC FC

RGB Percentages of Color #b6dcfc

%27.83
%33.64
%38.53

CMYK Percentages of Color #b6dcfc

%28
%13
%0
%1

Triadic Colors of #b6dcfc

#b6dcfc #fcb6dc #dcfcb6

Analogous Colors of #b6dcfc

#b6dcfc #b6b9fc #b6fcf9

Monochromatic Colors of #b6dcfc

#b6dcfc

Complementary Color

#b6dcfc #fcd6b6

#b6dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcfc Color CSS Codes

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

#b6dcfc Text Font Color

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

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


#b6dcfc Background Color

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

This div background color is #b6dcfc


#b6dcfc Border Color

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

This div border color is #b6dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcfc


Comments

No comments written yet.

Please login to write comment.