Color Hex Logo

#b6cffe Color Hex

#B6CFFE
(182,207,254)
0 Favorites   0 Comments

Color spaces of #b6cffe

RGB 182207254
HSL0.610.970.85
HSV219°28°100°
CMYK 0.280.190.00   0.00
XYZ59.493661.7265102.5447
Yxy61.72650.26590.2759
Hunter Lab78.5662-2.3233-22.3890
CIE-Lab82.76781.9848-25.7521

#b6cffe color RGB value is (182,207,254).

#b6cffe hex color red value is 182, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b6cffe hue: 0.61 , saturation: 0.97 and the lightness value of b6cffe is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 11111110
Octal 266 317 376
Decimal 182 207 254
Hex B6 CF FE

RGB Percentages of Color #b6cffe

%28.30
%32.19
%39.50

CMYK Percentages of Color #b6cffe

%28
%19
%0
%0

Triadic Colors of #b6cffe

#b6cffe #feb6cf #cffeb6

Analogous Colors of #b6cffe

#b6cffe #c1b6fe #b6f3fe

Monochromatic Colors of #b6cffe

#b6cffe

Complementary Color

#b6cffe #fee5b6

#b6cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cffe Color CSS Codes

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

#b6cffe Text Font Color

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

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


#b6cffe Background Color

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

This div background color is #b6cffe


#b6cffe Border Color

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

This div border color is #b6cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cffe

Related Colors


Comments

No comments written yet.

Please login to write comment.