Color Hex Logo

#b6fceb Color Hex

#B6FCEB
(182,252,235)
0 Favorites   0 Comments

Color spaces of #b6fceb

RGB 182252235
HSL0.460.920.85
HSV165°28°99°
CMYK 0.280.000.07   0.01
XYZ69.097285.564091.4710
Yxy85.56400.28070.3476
Hunter Lab92.5008-28.53876.1206
CIE-Lab94.1256-25.09551.1576

#b6fceb color RGB value is (182,252,235).

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

The process color (four color CMYK) of #b6fceb color hex is 0.28, 0.00, 0.07, 0.01. Web safe color of #b6fceb is #ccffff. Color #b6fceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 11101011
Octal 266 374 353
Decimal 182 252 235
Hex B6 FC EB

RGB Percentages of Color #b6fceb

%27.20
%37.67
%35.13

CMYK Percentages of Color #b6fceb

%28
%0
%7
%1

Triadic Colors of #b6fceb

#b6fceb #ebb6fc #fcebb6

Analogous Colors of #b6fceb

#b6fceb #b6eafc #b6fcc8

Monochromatic Colors of #b6fceb

#b6fceb

Complementary Color

#b6fceb #fcb6c7

#b6fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fceb Color CSS Codes

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

#b6fceb Text Font Color

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

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


#b6fceb Background Color

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

This div background color is #b6fceb


#b6fceb Border Color

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

This div border color is #b6fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fceb


Comments

No comments written yet.

Please login to write comment.