Color Hex Logo

#b6f1dd Color Hex

#B6F1DD
(182,241,221)
0 Favorites   0 Comments

Color spaces of #b6f1dd

RGB 182241221
HSL0.440.680.83
HSV160°24°95°
CMYK 0.240.000.08   0.05
XYZ63.797878.076180.1143
Yxy78.07610.28740.3517
Hunter Lab88.3607-25.75148.0958
CIE-Lab90.8146-22.62463.6066

#b6f1dd color RGB value is (182,241,221).

#b6f1dd hex color red value is 182, green value is 241 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6f1dd hue: 0.44 , saturation: 0.68 and the lightness value of b6f1dd is 0.83.

The process color (four color CMYK) of #b6f1dd color hex is 0.24, 0.00, 0.08, 0.05. Web safe color of #b6f1dd is #ccffcc. Color #b6f1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11110001 11011101
Octal 266 361 335
Decimal 182 241 221
Hex B6 F1 DD

RGB Percentages of Color #b6f1dd

%28.26
%37.42
%34.32

CMYK Percentages of Color #b6f1dd

%24
%0
%8
%5

Triadic Colors of #b6f1dd

#b6f1dd #ddb6f1 #f1ddb6

Analogous Colors of #b6f1dd

#b6f1dd #b6e8f1 #b6f1c0

Monochromatic Colors of #b6f1dd

#b6f1dd

Complementary Color

#b6f1dd #f1b6ca

#b6f1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f1dd Color CSS Codes

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

#b6f1dd Text Font Color

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

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


#b6f1dd Background Color

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

This div background color is #b6f1dd


#b6f1dd Border Color

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

This div border color is #b6f1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f1dd


Comments

No comments written yet.

Please login to write comment.