Color Hex Logo

#b6efde Color Hex

#B6EFDE
(182,239,222)
0 Favorites   0 Comments

Color spaces of #b6efde

RGB 182239222
HSL0.450.640.83
HSV162°24°94°
CMYK 0.240.000.07   0.06
XYZ63.342776.952080.6220
Yxy76.95200.28670.3483
Hunter Lab87.7223-24.62236.9146
CIE-Lab90.2995-21.44782.3378

#b6efde color RGB value is (182,239,222).

#b6efde hex color red value is 182, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6efde hue: 0.45 , saturation: 0.64 and the lightness value of b6efde is 0.83.

The process color (four color CMYK) of #b6efde color hex is 0.24, 0.00, 0.07, 0.06. Web safe color of #b6efde is #ccffcc. Color #b6efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 11011110
Octal 266 357 336
Decimal 182 239 222
Hex B6 EF DE

RGB Percentages of Color #b6efde

%28.30
%37.17
%34.53

CMYK Percentages of Color #b6efde

%24
%0
%7
%6

Triadic Colors of #b6efde

#b6efde #deb6ef #efdeb6

Analogous Colors of #b6efde

#b6efde #b6e4ef #b6efc2

Monochromatic Colors of #b6efde

#b6efde

Complementary Color

#b6efde #efb6c7

#b6efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6efde Color CSS Codes

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

#b6efde Text Font Color

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

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


#b6efde Background Color

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

This div background color is #b6efde


#b6efde Border Color

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

This div border color is #b6efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6efde


Comments

No comments written yet.

Please login to write comment.