Color Hex Logo

#b3dade Color Hex

#B3DADE
(179,218,222)
0 Favorites   0 Comments

Color spaces of #b3dade

RGB 179218222
HSL0.520.390.79
HSV186°19°87°
CMYK 0.190.020.00   0.13
XYZ56.846665.000478.6574
Yxy65.00040.28350.3242
Hunter Lab80.6228-15.2308-1.4086
CIE-Lab84.4839-11.8522-6.2072

#b3dade color RGB value is (179,218,222).

#b3dade hex color red value is 179, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3dade hue: 0.52 , saturation: 0.39 and the lightness value of b3dade is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011010 11011110
Octal 263 332 336
Decimal 179 218 222
Hex B3 DA DE

RGB Percentages of Color #b3dade

%28.92
%35.22
%35.86

CMYK Percentages of Color #b3dade

%19
%2
%0
%13

Triadic Colors of #b3dade

#b3dade #deb3da #dadeb3

Analogous Colors of #b3dade

#b3dade #b3c5de #b3decd

Monochromatic Colors of #b3dade

#b3dade

Complementary Color

#b3dade #deb7b3

#b3dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dade Color CSS Codes

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

#b3dade Text Font Color

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

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


#b3dade Background Color

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

This div background color is #b3dade


#b3dade Border Color

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

This div border color is #b3dade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,218,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3dade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3dade;
  -webkit-box-shadow: 1px 1px 3px 2px #b3dade;
  box-shadow:         1px 1px 3px 2px #b3dade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,218,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dade


Comments

No comments written yet.

Please login to write comment.