Color Hex Logo

#b4dadd Color Hex

#B4DADD
(180,218,221)
0 Favorites   0 Comments

Color spaces of #b4dadd

RGB 180218221
HSL0.510.380.79
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ56.944965.066677.9644
Yxy65.06660.28480.3254
Hunter Lab80.6639-15.1492-0.8411
CIE-Lab84.5180-11.7565-5.6198

#b4dadd color RGB value is (180,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 11011101
Octal 264 332 335
Decimal 180 218 221
Hex B4 DA DD

RGB Percentages of Color #b4dadd

%29.08
%35.22
%35.70

CMYK Percentages of Color #b4dadd

%19
%1
%0
%13

Triadic Colors of #b4dadd

#b4dadd #ddb4da #daddb4

Analogous Colors of #b4dadd

#b4dadd #b4c6dd #b4ddcc

Monochromatic Colors of #b4dadd

#b4dadd

Complementary Color

#b4dadd #ddb7b4

#b4dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dadd Color CSS Codes

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

#b4dadd Text Font Color

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

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


#b4dadd Background Color

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

This div background color is #b4dadd


#b4dadd Border Color

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

This div border color is #b4dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dadd


Comments

No comments written yet.

Please login to write comment.