Color Hex Logo

#b6fcd9 Color Hex

#B6FCD9
(182,252,217)
0 Favorites   0 Comments

Color spaces of #b6fcd9

RGB 182252217
HSL0.420.920.85
HSV150°28°99°
CMYK 0.280.000.14   0.01
XYZ66.626284.575678.4588
Yxy84.57560.29010.3683
Hunter Lab91.9650-31.620213.7930
CIE-Lab93.6999-28.68519.8336

#b6fcd9 color RGB value is (182,252,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 11011001
Octal 266 374 331
Decimal 182 252 217
Hex B6 FC D9

RGB Percentages of Color #b6fcd9

%27.96
%38.71
%33.33

CMYK Percentages of Color #b6fcd9

%28
%0
%14
%1

Triadic Colors of #b6fcd9

#b6fcd9 #d9b6fc #fcd9b6

Analogous Colors of #b6fcd9

#b6fcd9 #b6fcfc #b6fcb6

Monochromatic Colors of #b6fcd9

#b6fcd9

Complementary Color

#b6fcd9 #fcb6d9

#b6fcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fcd9 Color CSS Codes

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

#b6fcd9 Text Font Color

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

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


#b6fcd9 Background Color

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

This div background color is #b6fcd9


#b6fcd9 Border Color

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

This div border color is #b6fcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fcd9

Related Colors


Comments

No comments written yet.

Please login to write comment.