Color Hex Logo

#b0dadc Color Hex

#B0DADC
(176,218,220)
0 Favorites   0 Comments

Color spaces of #b0dadc

RGB 176218220
HSL0.510.390.78
HSV183°20°86°
CMYK 0.200.010.00   0.14
XYZ55.894264.540277.2217
Yxy64.54020.28280.3265
Hunter Lab80.3369-16.3987-0.7551
CIE-Lab84.2462-13.1935-5.5185

#b0dadc color RGB value is (176,218,220).

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

The process color (four color CMYK) of #b0dadc color hex is 0.20, 0.01, 0.00, 0.14. Web safe color of #b0dadc is #99cccc. Color #b0dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011010 11011100
Octal 260 332 334
Decimal 176 218 220
Hex B0 DA DC

RGB Percentages of Color #b0dadc

%28.66
%35.50
%35.83

CMYK Percentages of Color #b0dadc

%20
%1
%0
%14

Triadic Colors of #b0dadc

#b0dadc #dcb0da #dadcb0

Analogous Colors of #b0dadc

#b0dadc #b0c4dc #b0dcc8

Monochromatic Colors of #b0dadc

#b0dadc

Complementary Color

#b0dadc #dcb2b0

#b0dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dadc Color CSS Codes

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

#b0dadc Text Font Color

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

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


#b0dadc Background Color

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

This div background color is #b0dadc


#b0dadc Border Color

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

This div border color is #b0dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dadc


Comments

No comments written yet.

Please login to write comment.