Color Hex Logo

#b0daf5 Color Hex

#B0DAF5
(176,218,245)
0 Favorites   0 Comments

Color spaces of #b0daf5

RGB 176218245
HSL0.570.780.83
HSV203°28°96°
CMYK 0.280.110.00   0.04
XYZ59.457365.965595.9851
Yxy65.96550.26850.2979
Hunter Lab81.2191-11.4608-13.2157
CIE-Lab84.9788-7.6326-17.6674

#b0daf5 color RGB value is (176,218,245).

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

The process color (four color CMYK) of #b0daf5 color hex is 0.28, 0.11, 0.00, 0.04. Web safe color of #b0daf5 is #99ccff. Color #b0daf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011010 11110101
Octal 260 332 365
Decimal 176 218 245
Hex B0 DA F5

RGB Percentages of Color #b0daf5

%27.54
%34.12
%38.34

CMYK Percentages of Color #b0daf5

%28
%11
%0
%4

Triadic Colors of #b0daf5

#b0daf5 #f5b0da #daf5b0

Analogous Colors of #b0daf5

#b0daf5 #b0b8f5 #b0f5ee

Monochromatic Colors of #b0daf5

#b0daf5

Complementary Color

#b0daf5 #f5cbb0

#b0daf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0daf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0daf5 Color CSS Codes

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

#b0daf5 Text Font Color

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

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


#b0daf5 Background Color

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

This div background color is #b0daf5


#b0daf5 Border Color

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

This div border color is #b0daf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0daf5


Comments

No comments written yet.

Please login to write comment.