Color Hex Logo

#b4dadc Color Hex

#B4DADC
(180,218,220)
0 Favorites   0 Comments

Color spaces of #b4dadc

RGB 180218220
HSL0.510.360.78
HSV183°18°86°
CMYK 0.180.010.00   0.14
XYZ56.812165.013477.2647
Yxy65.01340.28540.3266
Hunter Lab80.6309-15.3339-0.3731
CIE-Lab84.4906-11.9663-5.1302

#b4dadc color RGB value is (180,218,220).

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

The process color (four color CMYK) of #b4dadc color hex is 0.18, 0.01, 0.00, 0.14. Web safe color of #b4dadc is #cccccc. Color #b4dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 11011100
Octal 264 332 334
Decimal 180 218 220
Hex B4 DA DC

RGB Percentages of Color #b4dadc

%29.13
%35.28
%35.60

CMYK Percentages of Color #b4dadc

%18
%1
%0
%14

Triadic Colors of #b4dadc

#b4dadc #dcb4da #dadcb4

Analogous Colors of #b4dadc

#b4dadc #b4c6dc #b4dcca

Monochromatic Colors of #b4dadc

#b4dadc

Complementary Color

#b4dadc #dcb6b4

#b4dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dadc Color CSS Codes

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

#b4dadc Text Font Color

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

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


#b4dadc Background Color

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

This div background color is #b4dadc


#b4dadc Border Color

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

This div border color is #b4dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dadc


Comments

No comments written yet.

Please login to write comment.