Color Hex Logo

#b4dade Color Hex

#B4DADE
(180,218,222)
0 Favorites   0 Comments

Color spaces of #b4dade

RGB 180218222
HSL0.520.390.79
HSV186°19°87°
CMYK 0.190.020.00   0.13
XYZ57.078665.120078.6683
Yxy65.12000.28420.3242
Hunter Lab80.6970-14.9630-1.3116
CIE-Lab84.5455-11.5454-6.1093

#b4dade color RGB value is (180,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 11011110
Octal 264 332 336
Decimal 180 218 222
Hex B4 DA DE

RGB Percentages of Color #b4dade

%29.03
%35.16
%35.81

CMYK Percentages of Color #b4dade

%19
%2
%0
%13

Triadic Colors of #b4dade

#b4dade #deb4da #dadeb4

Analogous Colors of #b4dade

#b4dade #b4c5de #b4decd

Monochromatic Colors of #b4dade

#b4dade

Complementary Color

#b4dade #deb8b4

#b4dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dade Color CSS Codes

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

#b4dade Text Font Color

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

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


#b4dade Background Color

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

This div background color is #b4dade


#b4dade Border Color

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

This div border color is #b4dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dade


Comments

No comments written yet.

Please login to write comment.