Color Hex Logo

#b6eddf Color Hex

#B6EDDF
(182,237,223)
0 Favorites   0 Comments

Color spaces of #b6eddf

RGB 182237223
HSL0.460.600.82
HSV165°23°93°
CMYK 0.230.000.06   0.07
XYZ62.894975.841281.1359
Yxy75.84120.28610.3449
Hunter Lab87.0869-23.48775.7223
CIE-Lab89.7856-20.26411.0681

#b6eddf color RGB value is (182,237,223).

#b6eddf hex color red value is 182, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b6eddf hue: 0.46 , saturation: 0.60 and the lightness value of b6eddf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11011111
Octal 266 355 337
Decimal 182 237 223
Hex B6 ED DF

RGB Percentages of Color #b6eddf

%28.35
%36.92
%34.74

CMYK Percentages of Color #b6eddf

%23
%0
%6
%7

Triadic Colors of #b6eddf

#b6eddf #dfb6ed #eddfb6

Analogous Colors of #b6eddf

#b6eddf #b6e0ed #b6edc4

Monochromatic Colors of #b6eddf

#b6eddf

Complementary Color

#b6eddf #edb6c4

#b6eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eddf Color CSS Codes

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

#b6eddf Text Font Color

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

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


#b6eddf Background Color

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

This div background color is #b6eddf


#b6eddf Border Color

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

This div border color is #b6eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eddf


Comments

No comments written yet.

Please login to write comment.