Color Hex Logo

#b5dade Color Hex

#B5DADE
(181,218,222)
0 Favorites   0 Comments

Color spaces of #b5dade

RGB 181218222
HSL0.520.380.79
HSV186°18°87°
CMYK 0.180.020.00   0.13
XYZ57.312365.240578.6792
Yxy65.24050.28480.3242
Hunter Lab80.7716-14.6938-1.2140
CIE-Lab84.6075-11.2376-6.0107

#b5dade color RGB value is (181,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11011110
Octal 265 332 336
Decimal 181 218 222
Hex B5 DA DE

RGB Percentages of Color #b5dade

%29.15
%35.10
%35.75

CMYK Percentages of Color #b5dade

%18
%2
%0
%13

Triadic Colors of #b5dade

#b5dade #deb5da #dadeb5

Analogous Colors of #b5dade

#b5dade #b5c6de #b5dece

Monochromatic Colors of #b5dade

#b5dade

Complementary Color

#b5dade #deb9b5

#b5dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dade Color CSS Codes

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

#b5dade Text Font Color

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

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


#b5dade Background Color

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

This div background color is #b5dade


#b5dade Border Color

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

This div border color is #b5dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dade


Comments

No comments written yet.

Please login to write comment.