Color Hex Logo

#b6e0ff Color Hex

#B6E0FF
(182,224,255)
0 Favorites   0 Comments

Color spaces of #b6e0ff

RGB 182224255
HSL0.571.000.86
HSV205°29°100°
CMYK 0.290.120.00   0.00
XYZ63.997170.4764104.8380
Yxy70.47640.26740.2945
Hunter Lab83.9502-10.8384-15.2769
CIE-Lab87.2300-6.7183-19.5093

#b6e0ff color RGB value is (182,224,255).

#b6e0ff hex color red value is 182, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b6e0ff hue: 0.57 , saturation: 1.00 and the lightness value of b6e0ff is 0.86.

The process color (four color CMYK) of #b6e0ff color hex is 0.29, 0.12, 0.00, 0.00. Web safe color of #b6e0ff is #ccccff. Color #b6e0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11100000 11111111
Octal 266 340 377
Decimal 182 224 255
Hex B6 E0 FF

RGB Percentages of Color #b6e0ff

%27.53
%33.89
%38.58

CMYK Percentages of Color #b6e0ff

%29
%12
%0
%0

Triadic Colors of #b6e0ff

#b6e0ff #ffb6e0 #e0ffb6

Analogous Colors of #b6e0ff

#b6e0ff #b6bcff #b6fffa

Monochromatic Colors of #b6e0ff

#b6e0ff

Complementary Color

#b6e0ff #ffd5b6

#b6e0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6e0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6e0ff Color CSS Codes

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

#b6e0ff Text Font Color

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

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


#b6e0ff Background Color

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

This div background color is #b6e0ff


#b6e0ff Border Color

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

This div border color is #b6e0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6e0ff

#b6e0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.