Color Hex Logo

#b7defa Color Hex

#B7DEFA
(183,222,250)
0 Favorites   0 Comments

Color spaces of #b7defa

RGB 183222250
HSL0.570.870.85
HSV205°27°98°
CMYK 0.270.110.00   0.02
XYZ62.905069.2120100.4863
Yxy69.21200.27040.2976
Hunter Lab83.1937-10.6205-13.3783
CIE-Lab86.6089-6.5484-17.8088

#b7defa color RGB value is (183,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011110 11111010
Octal 267 336 372
Decimal 183 222 250
Hex B7 DE FA

RGB Percentages of Color #b7defa

%27.94
%33.89
%38.17

CMYK Percentages of Color #b7defa

%27
%11
%0
%2

Triadic Colors of #b7defa

#b7defa #fab7de #defab7

Analogous Colors of #b7defa

#b7defa #b7bdfa #b7faf5

Monochromatic Colors of #b7defa

#b7defa

Complementary Color

#b7defa #fad3b7

#b7defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7defa Color CSS Codes

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

#b7defa Text Font Color

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

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


#b7defa Background Color

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

This div background color is #b7defa


#b7defa Border Color

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

This div border color is #b7defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7defa


Comments

No comments written yet.

Please login to write comment.