Color Hex Logo

#b6f2dd Color Hex

#B6F2DD
(182,242,221)
0 Favorites   0 Comments

Color spaces of #b6f2dd

RGB 182242221
HSL0.440.700.83
HSV159°25°95°
CMYK 0.250.000.09   0.05
XYZ64.094778.669880.2133
Yxy78.66980.28740.3528
Hunter Lab88.6960-26.22798.4676
CIE-Lab91.0847-23.11063.9978

#b6f2dd color RGB value is (182,242,221).

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

The process color (four color CMYK) of #b6f2dd color hex is 0.25, 0.00, 0.09, 0.05. Web safe color of #b6f2dd is #ccffcc. Color #b6f2dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11110010 11011101
Octal 266 362 335
Decimal 182 242 221
Hex B6 F2 DD

RGB Percentages of Color #b6f2dd

%28.22
%37.52
%34.26

CMYK Percentages of Color #b6f2dd

%25
%0
%9
%5

Triadic Colors of #b6f2dd

#b6f2dd #ddb6f2 #f2ddb6

Analogous Colors of #b6f2dd

#b6f2dd #b6e9f2 #b6f2bf

Monochromatic Colors of #b6f2dd

#b6f2dd

Complementary Color

#b6f2dd #f2b6cb

#b6f2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f2dd Color CSS Codes

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

#b6f2dd Text Font Color

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

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


#b6f2dd Background Color

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

This div background color is #b6f2dd


#b6f2dd Border Color

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

This div border color is #b6f2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f2dd


Comments

No comments written yet.

Please login to write comment.