Color Hex Logo

#b6fdeb Color Hex

#B6FDEB
(182,253,235)
0 Favorites   0 Comments

Color spaces of #b6fdeb

RGB 182253235
HSL0.460.950.85
HSV165°28°99°
CMYK 0.280.000.07   0.01
XYZ69.412186.193891.5759
Yxy86.19380.28080.3487
Hunter Lab92.8406-29.01596.5061
CIE-Lab94.3952-25.57541.5502

#b6fdeb color RGB value is (182,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111101 11101011
Octal 266 375 353
Decimal 182 253 235
Hex B6 FD EB

RGB Percentages of Color #b6fdeb

%27.16
%37.76
%35.07

CMYK Percentages of Color #b6fdeb

%28
%0
%7
%1

Triadic Colors of #b6fdeb

#b6fdeb #ebb6fd #fdebb6

Analogous Colors of #b6fdeb

#b6fdeb #b6ecfd #b6fdc8

Monochromatic Colors of #b6fdeb

#b6fdeb

Complementary Color

#b6fdeb #fdb6c8

#b6fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fdeb Color CSS Codes

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

#b6fdeb Text Font Color

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

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


#b6fdeb Background Color

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

This div background color is #b6fdeb


#b6fdeb Border Color

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

This div border color is #b6fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fdeb


Comments

No comments written yet.

Please login to write comment.