Color Hex Logo

#b5dadc Color Hex

#B5DADC
(181,218,220)
0 Favorites   0 Comments

Color spaces of #b5dadc

RGB 181218220
HSL0.510.360.79
HSV183°18°86°
CMYK 0.180.010.00   0.14
XYZ57.045765.133977.2756
Yxy65.13390.28600.3266
Hunter Lab80.7056-15.0643-0.2763
CIE-Lab84.5527-11.6573-5.0316

#b5dadc color RGB value is (181,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11011100
Octal 265 332 334
Decimal 181 218 220
Hex B5 DA DC

RGB Percentages of Color #b5dadc

%29.24
%35.22
%35.54

CMYK Percentages of Color #b5dadc

%18
%1
%0
%14

Triadic Colors of #b5dadc

#b5dadc #dcb5da #dadcb5

Analogous Colors of #b5dadc

#b5dadc #b5c7dc #b5dccb

Monochromatic Colors of #b5dadc

#b5dadc

Complementary Color

#b5dadc #dcb7b5

#b5dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dadc Color CSS Codes

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

#b5dadc Text Font Color

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

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


#b5dadc Background Color

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

This div background color is #b5dadc


#b5dadc Border Color

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

This div border color is #b5dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dadc


Comments

No comments written yet.

Please login to write comment.