Color Hex Logo

#b6eafd Color Hex

#B6EAFD
(182,234,253)
0 Favorites   0 Comments

Color spaces of #b6eafd

RGB 182234253
HSL0.540.950.85
HSV196°28°99°
CMYK 0.280.080.00   0.01
XYZ66.443875.8826104.0733
Yxy75.88260.26970.3080
Hunter Lab87.1106-16.2924-9.8579
CIE-Lab89.8048-12.3015-14.5886

#b6eafd color RGB value is (182,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11111101
Octal 266 352 375
Decimal 182 234 253
Hex B6 EA FD

RGB Percentages of Color #b6eafd

%27.20
%34.98
%37.82

CMYK Percentages of Color #b6eafd

%28
%8
%0
%1

Triadic Colors of #b6eafd

#b6eafd #fdb6ea #eafdb6

Analogous Colors of #b6eafd

#b6eafd #b6c7fd #b6fded

Monochromatic Colors of #b6eafd

#b6eafd

Complementary Color

#b6eafd #fdc9b6

#b6eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eafd Color CSS Codes

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

#b6eafd Text Font Color

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

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


#b6eafd Background Color

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

This div background color is #b6eafd


#b6eafd Border Color

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

This div border color is #b6eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.