Color Hex Logo

#b6f8da Color Hex

#B6F8DA
(182,248,218)
0 Favorites   0 Comments

Color spaces of #b6f8da

RGB 182248218
HSL0.420.830.84
HSV153°27°97°
CMYK 0.270.000.12   0.03
XYZ65.513782.141878.7317
Yxy82.14180.28940.3628
Hunter Lab90.6321-29.576911.9375
CIE-Lab92.6374-26.59137.7940

#b6f8da color RGB value is (182,248,218).

#b6f8da hex color red value is 182, green value is 248 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6f8da hue: 0.42 , saturation: 0.83 and the lightness value of b6f8da is 0.84.

The process color (four color CMYK) of #b6f8da color hex is 0.27, 0.00, 0.12, 0.03. Web safe color of #b6f8da is #ccffcc. Color #b6f8da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111000 11011010
Octal 266 370 332
Decimal 182 248 218
Hex B6 F8 DA

RGB Percentages of Color #b6f8da

%28.09
%38.27
%33.64

CMYK Percentages of Color #b6f8da

%27
%0
%12
%3

Triadic Colors of #b6f8da

#b6f8da #dab6f8 #f8dab6

Analogous Colors of #b6f8da

#b6f8da #b6f5f8 #b6f8b9

Monochromatic Colors of #b6f8da

#b6f8da

Complementary Color

#b6f8da #f8b6d4

#b6f8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f8da Color CSS Codes

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

#b6f8da Text Font Color

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

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


#b6f8da Background Color

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

This div background color is #b6f8da


#b6f8da Border Color

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

This div border color is #b6f8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f8da

Related Colors


Comments

No comments written yet.

Please login to write comment.