Color Hex Logo

#b6dfea Color Hex

#B6DFEA
(182,223,234)
0 Favorites   0 Comments

Color spaces of #b6dfea

RGB 182223234
HSL0.540.550.82
HSV193°22°92°
CMYK 0.220.050.00   0.08
XYZ60.530468.660987.9045
Yxy68.66090.27880.3163
Hunter Lab82.8619-14.6145-4.8948
CIE-Lab86.3359-10.9246-9.7877

#b6dfea color RGB value is (182,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11101010
Octal 266 337 352
Decimal 182 223 234
Hex B6 DF EA

RGB Percentages of Color #b6dfea

%28.48
%34.90
%36.62

CMYK Percentages of Color #b6dfea

%22
%5
%0
%8

Triadic Colors of #b6dfea

#b6dfea #eab6df #dfeab6

Analogous Colors of #b6dfea

#b6dfea #b6c5ea #b6eadb

Monochromatic Colors of #b6dfea

#b6dfea

Complementary Color

#b6dfea #eac1b6

#b6dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfea Color CSS Codes

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

#b6dfea Text Font Color

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

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


#b6dfea Background Color

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

This div background color is #b6dfea


#b6dfea Border Color

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

This div border color is #b6dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfea


Comments

No comments written yet.

Please login to write comment.