Color Hex Logo

#b7ebff Color Hex

#B7EBFF
(183,235,255)
1 Favorites   0 Comments

Color spaces of #b7ebff

RGB 183235255
HSL0.551.000.86
HSV197°28°100°
CMYK 0.280.080.00   0.00
XYZ67.286876.7039105.8667
Yxy76.70390.26930.3070
Hunter Lab87.5808-16.1278-10.3626
CIE-Lab90.1852-12.0721-15.0580

#b7ebff color RGB value is (183,235,255).

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

The process color (four color CMYK) of #b7ebff color hex is 0.28, 0.08, 0.00, 0.00. Web safe color of #b7ebff is #ccffff. Color #b7ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101011 11111111
Octal 267 353 377
Decimal 183 235 255
Hex B7 EB FF

RGB Percentages of Color #b7ebff

%27.19
%34.92
%37.89

CMYK Percentages of Color #b7ebff

%28
%8
%0
%0

Triadic Colors of #b7ebff

#b7ebff #ffb7eb #ebffb7

Analogous Colors of #b7ebff

#b7ebff #b7c7ff #b7ffef

Monochromatic Colors of #b7ebff

#b7ebff

Complementary Color

#b7ebff #ffcbb7

#b7ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ebff Color CSS Codes

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

#b7ebff Text Font Color

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

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


#b7ebff Background Color

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

This div background color is #b7ebff


#b7ebff Border Color

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

This div border color is #b7ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ebff

Related Colors

#b7ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.