Color Hex Logo

#b6dfeb Color Hex

#B6DFEB
(182,223,235)
0 Favorites   0 Comments

Color spaces of #b6dfeb

RGB 182223235
HSL0.540.570.82
HSV194°23°92°
CMYK 0.230.050.00   0.08
XYZ60.674568.718688.6634
Yxy68.71860.27830.3151
Hunter Lab82.8967-14.4198-5.3868
CIE-Lab86.3645-10.7071-10.2727

#b6dfeb color RGB value is (182,223,235).

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

The process color (four color CMYK) of #b6dfeb color hex is 0.23, 0.05, 0.00, 0.08. Web safe color of #b6dfeb is #ccccff. Color #b6dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11101011
Octal 266 337 353
Decimal 182 223 235
Hex B6 DF EB

RGB Percentages of Color #b6dfeb

%28.44
%34.84
%36.72

CMYK Percentages of Color #b6dfeb

%23
%5
%0
%8

Triadic Colors of #b6dfeb

#b6dfeb #ebb6df #dfebb6

Analogous Colors of #b6dfeb

#b6dfeb #b6c5eb #b6ebdd

Monochromatic Colors of #b6dfeb

#b6dfeb

Complementary Color

#b6dfeb #ebc2b6

#b6dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfeb Color CSS Codes

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

#b6dfeb Text Font Color

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

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


#b6dfeb Background Color

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

This div background color is #b6dfeb


#b6dfeb Border Color

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

This div border color is #b6dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfeb


Comments

No comments written yet.

Please login to write comment.