Color Hex Logo

#b0dffc Color Hex

#B0DFFC
(176,223,252)
0 Favorites   0 Comments

Color spaces of #b0dffc

RGB 176223252
HSL0.560.930.84
HSV203°30°99°
CMYK 0.300.120.00   0.01
XYZ61.862969.0337102.1598
Yxy69.03370.26540.2962
Hunter Lab83.0865-12.4975-14.7400
CIE-Lab86.5207-8.5878-19.0359

#b0dffc color RGB value is (176,223,252).

#b0dffc hex color red value is 176, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b0dffc hue: 0.56 , saturation: 0.93 and the lightness value of b0dffc is 0.84.

The process color (four color CMYK) of #b0dffc color hex is 0.30, 0.12, 0.00, 0.01. Web safe color of #b0dffc is #99ccff. Color #b0dffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011111 11111100
Octal 260 337 374
Decimal 176 223 252
Hex B0 DF FC

RGB Percentages of Color #b0dffc

%27.04
%34.25
%38.71

CMYK Percentages of Color #b0dffc

%30
%12
%0
%1

Triadic Colors of #b0dffc

#b0dffc #fcb0df #dffcb0

Analogous Colors of #b0dffc

#b0dffc #b0b9fc #b0fcf3

Monochromatic Colors of #b0dffc

#b0dffc

Complementary Color

#b0dffc #fccdb0

#b0dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dffc Color CSS Codes

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

#b0dffc Text Font Color

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

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


#b0dffc Background Color

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

This div background color is #b0dffc


#b0dffc Border Color

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

This div border color is #b0dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dffc


Comments

No comments written yet.

Please login to write comment.