Color Hex Logo

#b7dafa Color Hex

#B7DAFA
(183,218,250)
0 Favorites   0 Comments

Color spaces of #b7dafa

RGB 183218250
HSL0.580.870.85
HSV209°27°98°
CMYK 0.270.130.00   0.02
XYZ61.855267.1122100.1363
Yxy67.11220.27000.2929
Hunter Lab81.9220-8.5872-15.1269
CIE-Lab85.5606-4.4672-19.3900

#b7dafa color RGB value is (183,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 11111010
Octal 267 332 372
Decimal 183 218 250
Hex B7 DA FA

RGB Percentages of Color #b7dafa

%28.11
%33.49
%38.40

CMYK Percentages of Color #b7dafa

%27
%13
%0
%2

Triadic Colors of #b7dafa

#b7dafa #fab7da #dafab7

Analogous Colors of #b7dafa

#b7dafa #b7b9fa #b7faf9

Monochromatic Colors of #b7dafa

#b7dafa

Complementary Color

#b7dafa #fad7b7

#b7dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dafa Color CSS Codes

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

#b7dafa Text Font Color

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

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


#b7dafa Background Color

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

This div background color is #b7dafa


#b7dafa Border Color

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

This div border color is #b7dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dafa

#b7dafa Color Palettes


Comments

No comments written yet.

Please login to write comment.