Color Hex Logo

#b6edeb Color Hex

#B6EDEB
(182,237,235)
0 Favorites   0 Comments

Color spaces of #b6edeb

RGB 182237235
HSL0.490.600.82
HSV178°23°93°
CMYK 0.230.000.01   0.07
XYZ64.571076.511689.9622
Yxy76.51160.27950.3312
Hunter Lab87.4709-21.30540.2510
CIE-Lab90.0963-17.7671-4.7460

#b6edeb color RGB value is (182,237,235).

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

The process color (four color CMYK) of #b6edeb color hex is 0.23, 0.00, 0.01, 0.07. Web safe color of #b6edeb is #ccffff. Color #b6edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11101011
Octal 266 355 353
Decimal 182 237 235
Hex B6 ED EB

RGB Percentages of Color #b6edeb

%27.83
%36.24
%35.93

CMYK Percentages of Color #b6edeb

%23
%0
%1
%7

Triadic Colors of #b6edeb

#b6edeb #ebb6ed #edebb6

Analogous Colors of #b6edeb

#b6edeb #b6d4ed #b6edd0

Monochromatic Colors of #b6edeb

#b6edeb

Complementary Color

#b6edeb #edb6b8

#b6edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6edeb Color CSS Codes

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

#b6edeb Text Font Color

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

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


#b6edeb Background Color

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

This div background color is #b6edeb


#b6edeb Border Color

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

This div border color is #b6edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6edeb


Comments

No comments written yet.

Please login to write comment.