Color Hex Logo

#b6edfd Color Hex

#B6EDFD
(182,237,253)
0 Favorites   0 Comments

Color spaces of #b6edfd

RGB 182237253
HSL0.540.950.85
HSV194°28°99°
CMYK 0.280.060.00   0.01
XYZ67.305277.6053104.3605
Yxy77.60530.27000.3113
Hunter Lab88.0939-17.7873-8.5723
CIE-Lab90.5995-13.8174-13.3995

#b6edfd color RGB value is (182,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11111101
Octal 266 355 375
Decimal 182 237 253
Hex B6 ED FD

RGB Percentages of Color #b6edfd

%27.08
%35.27
%37.65

CMYK Percentages of Color #b6edfd

%28
%6
%0
%1

Triadic Colors of #b6edfd

#b6edfd #fdb6ed #edfdb6

Analogous Colors of #b6edfd

#b6edfd #b6cafd #b6fdea

Monochromatic Colors of #b6edfd

#b6edfd

Complementary Color

#b6edfd #fdc6b6

#b6edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6edfd Color CSS Codes

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

#b6edfd Text Font Color

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

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


#b6edfd Background Color

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

This div background color is #b6edfd


#b6edfd Border Color

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

This div border color is #b6edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6edfd


Comments

No comments written yet.

Please login to write comment.