Color Hex Logo

#b6dbfc Color Hex

#B6DBFC
(182,219,252)
1 Favorites   0 Comments

Color spaces of #b6dbfc

RGB 182219252
HSL0.580.920.85
HSV208°28°99°
CMYK 0.280.130.00   0.01
XYZ62.193667.6364101.8726
Yxy67.63640.26840.2919
Hunter Lab82.2414-8.9348-15.8737
CIE-Lab85.8243-4.8152-20.0530

#b6dbfc color RGB value is (182,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11111100
Octal 266 333 374
Decimal 182 219 252
Hex B6 DB FC

RGB Percentages of Color #b6dbfc

%27.87
%33.54
%38.59

CMYK Percentages of Color #b6dbfc

%28
%13
%0
%1

Triadic Colors of #b6dbfc

#b6dbfc #fcb6db #dbfcb6

Analogous Colors of #b6dbfc

#b6dbfc #b6b8fc #b6fcfa

Monochromatic Colors of #b6dbfc

#b6dbfc

Complementary Color

#b6dbfc #fcd7b6

#b6dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbfc Color CSS Codes

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

#b6dbfc Text Font Color

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

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


#b6dbfc Background Color

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

This div background color is #b6dbfc


#b6dbfc Border Color

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

This div border color is #b6dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbfc


Comments

No comments written yet.

Please login to write comment.