Color Hex Logo

#b6dde1 Color Hex

#B6DDE1
(182,221,225)
0 Favorites   0 Comments

Color spaces of #b6dde1

RGB 182221225
HSL0.520.420.80
HSV186°19°88°
CMYK 0.190.020.00   0.12
XYZ58.738567.094281.0888
Yxy67.09420.28390.3242
Hunter Lab81.9110-15.3418-1.3571
CIE-Lab85.5515-11.8313-6.1969

#b6dde1 color RGB value is (182,221,225).

#b6dde1 hex color red value is 182, green value is 221 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b6dde1 hue: 0.52 , saturation: 0.42 and the lightness value of b6dde1 is 0.80.

The process color (four color CMYK) of #b6dde1 color hex is 0.19, 0.02, 0.00, 0.12. Web safe color of #b6dde1 is #cccccc. Color #b6dde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 11100001
Octal 266 335 341
Decimal 182 221 225
Hex B6 DD E1

RGB Percentages of Color #b6dde1

%28.98
%35.19
%35.83

CMYK Percentages of Color #b6dde1

%19
%2
%0
%12

Triadic Colors of #b6dde1

#b6dde1 #e1b6dd #dde1b6

Analogous Colors of #b6dde1

#b6dde1 #b6c8e1 #b6e1d0

Monochromatic Colors of #b6dde1

#b6dde1

Complementary Color

#b6dde1 #e1bab6

#b6dde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dde1 Color CSS Codes

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

#b6dde1 Text Font Color

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

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


#b6dde1 Background Color

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

This div background color is #b6dde1


#b6dde1 Border Color

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

This div border color is #b6dde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dde1


Comments

No comments written yet.

Please login to write comment.