Color Hex Logo

#b0dadf Color Hex

#B0DADF
(176,218,223)
0 Favorites   0 Comments

Color spaces of #b0dadf

RGB 176218223
HSL0.520.420.78
HSV186°21°87°
CMYK 0.210.020.00   0.13
XYZ56.295264.700679.3334
Yxy64.70060.28100.3230
Hunter Lab80.4367-15.8374-2.1711
CIE-Lab84.3292-12.5518-6.9866

#b0dadf color RGB value is (176,218,223).

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

The process color (four color CMYK) of #b0dadf color hex is 0.21, 0.02, 0.00, 0.13. Web safe color of #b0dadf is #99cccc. Color #b0dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011010 11011111
Octal 260 332 337
Decimal 176 218 223
Hex B0 DA DF

RGB Percentages of Color #b0dadf

%28.53
%35.33
%36.14

CMYK Percentages of Color #b0dadf

%21
%2
%0
%13

Triadic Colors of #b0dadf

#b0dadf #dfb0da #dadfb0

Analogous Colors of #b0dadf

#b0dadf #b0c3df #b0dfcd

Monochromatic Colors of #b0dadf

#b0dadf

Complementary Color

#b0dadf #dfb5b0

#b0dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dadf Color CSS Codes

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

#b0dadf Text Font Color

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

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


#b0dadf Background Color

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

This div background color is #b0dadf


#b0dadf Border Color

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

This div border color is #b0dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dadf


Comments

No comments written yet.

Please login to write comment.