Color Hex Logo

#b7dcfa Color Hex

#B7DCFA
(183,220,250)
0 Favorites   0 Comments

Color spaces of #b7dcfa

RGB 183220250
HSL0.570.870.85
HSV207°27°98°
CMYK 0.270.120.00   0.02
XYZ62.377068.1558100.3102
Yxy68.15580.27020.2952
Hunter Lab82.5565-9.6052-14.2507
CIE-Lab86.0843-5.5096-18.5995

#b7dcfa color RGB value is (183,220,250).

#b7dcfa hex color red value is 183, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b7dcfa hue: 0.57 , saturation: 0.87 and the lightness value of b7dcfa is 0.85.

The process color (four color CMYK) of #b7dcfa color hex is 0.27, 0.12, 0.00, 0.02. Web safe color of #b7dcfa is #ccccff. Color #b7dcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11111010
Octal 267 334 372
Decimal 183 220 250
Hex B7 DC FA

RGB Percentages of Color #b7dcfa

%28.02
%33.69
%38.28

CMYK Percentages of Color #b7dcfa

%27
%12
%0
%2

Triadic Colors of #b7dcfa

#b7dcfa #fab7dc #dcfab7

Analogous Colors of #b7dcfa

#b7dcfa #b7bbfa #b7faf7

Monochromatic Colors of #b7dcfa

#b7dcfa

Complementary Color

#b7dcfa #fad5b7

#b7dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcfa Color CSS Codes

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

#b7dcfa Text Font Color

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

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


#b7dcfa Background Color

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

This div background color is #b7dcfa


#b7dcfa Border Color

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

This div border color is #b7dcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,220,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcfa


Comments

No comments written yet.

Please login to write comment.