Color Hex Logo

#b6efdf Color Hex

#B6EFDF
(182,239,223)
0 Favorites   0 Comments

Color spaces of #b6efdf

RGB 182239223
HSL0.450.640.83
HSV163°24°94°
CMYK 0.240.000.07   0.06
XYZ63.477277.005881.3300
Yxy77.00580.28620.3472
Hunter Lab87.7529-24.44746.4767
CIE-Lab90.3243-21.24571.8524

#b6efdf color RGB value is (182,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101111 11011111
Octal 266 357 337
Decimal 182 239 223
Hex B6 EF DF

RGB Percentages of Color #b6efdf

%28.26
%37.11
%34.63

CMYK Percentages of Color #b6efdf

%24
%0
%7
%6

Triadic Colors of #b6efdf

#b6efdf #dfb6ef #efdfb6

Analogous Colors of #b6efdf

#b6efdf #b6e3ef #b6efc3

Monochromatic Colors of #b6efdf

#b6efdf

Complementary Color

#b6efdf #efb6c6

#b6efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6efdf Color CSS Codes

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

#b6efdf Text Font Color

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

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


#b6efdf Background Color

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

This div background color is #b6efdf


#b6efdf Border Color

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

This div border color is #b6efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6efdf


Comments

No comments written yet.

Please login to write comment.