Color Hex Logo

#b6fddd Color Hex

#B6FDDD
(182,253,221)
0 Favorites   0 Comments

Color spaces of #b6fddd

RGB 182253221
HSL0.420.950.85
HSV153°28°99°
CMYK 0.280.000.13   0.01
XYZ67.467885.416181.3376
Yxy85.41610.28810.3647
Hunter Lab92.4208-31.430312.5147
CIE-Lab94.0621-28.38408.2913

#b6fddd color RGB value is (182,253,221).

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

The process color (four color CMYK) of #b6fddd color hex is 0.28, 0.00, 0.13, 0.01. Web safe color of #b6fddd is #ccffcc. Color #b6fddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111101 11011101
Octal 266 375 335
Decimal 182 253 221
Hex B6 FD DD

RGB Percentages of Color #b6fddd

%27.74
%38.57
%33.69

CMYK Percentages of Color #b6fddd

%28
%0
%13
%1

Triadic Colors of #b6fddd

#b6fddd #ddb6fd #fdddb6

Analogous Colors of #b6fddd

#b6fddd #b6fafd #b6fdba

Monochromatic Colors of #b6fddd

#b6fddd

Complementary Color

#b6fddd #fdb6d6

#b6fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fddd Color CSS Codes

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

#b6fddd Text Font Color

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

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


#b6fddd Background Color

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

This div background color is #b6fddd


#b6fddd Border Color

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

This div border color is #b6fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fddd

Related Colors


Comments

No comments written yet.

Please login to write comment.