Color Hex Logo

#b7daff Color Hex

#B7DAFF
(183,218,255)
0 Favorites   0 Comments

Color spaces of #b7daff

RGB 183218255
HSL0.591.000.86
HSV211°28°100°
CMYK 0.280.150.00   0.00
XYZ62.649867.4301104.3211
Yxy67.43010.26730.2877
Hunter Lab82.1158-7.5172-17.8418
CIE-Lab85.7207-3.3098-21.7864

#b7daff color RGB value is (183,218,255).

#b7daff hex color red value is 183, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b7daff hue: 0.59 , saturation: 1.00 and the lightness value of b7daff is 0.86.

The process color (four color CMYK) of #b7daff color hex is 0.28, 0.15, 0.00, 0.00. Web safe color of #b7daff is #ccccff. Color #b7daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 11111111
Octal 267 332 377
Decimal 183 218 255
Hex B7 DA FF

RGB Percentages of Color #b7daff

%27.90
%33.23
%38.87

CMYK Percentages of Color #b7daff

%28
%15
%0
%0

Triadic Colors of #b7daff

#b7daff #ffb7da #daffb7

Analogous Colors of #b7daff

#b7daff #b8b7ff #b7feff

Monochromatic Colors of #b7daff

#b7daff

Complementary Color

#b7daff #ffdcb7

#b7daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7daff Color CSS Codes

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

#b7daff Text Font Color

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

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


#b7daff Background Color

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

This div background color is #b7daff


#b7daff Border Color

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

This div border color is #b7daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7daff

Related Colors


Comments

No comments written yet.

Please login to write comment.