Color Hex Logo

#b7dbee Color Hex

#B7DBEE
(183,219,238)
0 Favorites   0 Comments

Color spaces of #b7dbee

RGB 183219238
HSL0.560.620.83
HSV201°23°93°
CMYK 0.230.080.00   0.07
XYZ60.292666.903490.6248
Yxy66.90340.27680.3071
Hunter Lab81.7945-11.5639-8.4346
CIE-Lab85.4551-7.6925-13.2078

#b7dbee color RGB value is (183,219,238).

#b7dbee hex color red value is 183, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b7dbee hue: 0.56 , saturation: 0.62 and the lightness value of b7dbee is 0.83.

The process color (four color CMYK) of #b7dbee color hex is 0.23, 0.08, 0.00, 0.07. Web safe color of #b7dbee is #ccccff. Color #b7dbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011011 11101110
Octal 267 333 356
Decimal 183 219 238
Hex B7 DB EE

RGB Percentages of Color #b7dbee

%28.59
%34.22
%37.19

CMYK Percentages of Color #b7dbee

%23
%8
%0
%7

Triadic Colors of #b7dbee

#b7dbee #eeb7db #dbeeb7

Analogous Colors of #b7dbee

#b7dbee #b7c0ee #b7eee6

Monochromatic Colors of #b7dbee

#b7dbee

Complementary Color

#b7dbee #eecab7

#b7dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dbee Color CSS Codes

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

#b7dbee Text Font Color

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

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


#b7dbee Background Color

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

This div background color is #b7dbee


#b7dbee Border Color

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

This div border color is #b7dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dbee


Comments

No comments written yet.

Please login to write comment.