Color Hex Logo

#b6edfc Color Hex

#B6EDFC
(182,237,252)
0 Favorites   0 Comments

Color spaces of #b6edfc

RGB 182237252
HSL0.540.920.85
HSV193°28°99°
CMYK 0.280.060.00   0.01
XYZ67.146377.5417103.5235
Yxy77.54170.27050.3124
Hunter Lab88.0578-17.9903-8.0628
CIE-Lab90.5704-14.0428-12.9211

#b6edfc color RGB value is (182,237,252).

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

The process color (four color CMYK) of #b6edfc color hex is 0.28, 0.06, 0.00, 0.01. Web safe color of #b6edfc is #ccffff. Color #b6edfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11111100
Octal 266 355 374
Decimal 182 237 252
Hex B6 ED FC

RGB Percentages of Color #b6edfc

%27.12
%35.32
%37.56

CMYK Percentages of Color #b6edfc

%28
%6
%0
%1

Triadic Colors of #b6edfc

#b6edfc #fcb6ed #edfcb6

Analogous Colors of #b6edfc

#b6edfc #b6cafc #b6fce8

Monochromatic Colors of #b6edfc

#b6edfc

Complementary Color

#b6edfc #fcc5b6

#b6edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6edfc Color CSS Codes

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

#b6edfc Text Font Color

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

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


#b6edfc Background Color

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

This div background color is #b6edfc


#b6edfc Border Color

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

This div border color is #b6edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6edfc

Related Colors


Comments

No comments written yet.

Please login to write comment.