Color Hex Logo

#b7eeff Color Hex

#B7EEFF
(183,238,255)
1 Favorites   0 Comments

Color spaces of #b7eeff

RGB 183238255
HSL0.541.000.86
HSV194°28°100°
CMYK 0.280.070.00   0.00
XYZ68.153078.4364106.1554
Yxy78.43640.26970.3103
Hunter Lab88.5643-17.6263-9.0714
CIE-Lab90.9787-13.5884-13.8698

#b7eeff color RGB value is (183,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101110 11111111
Octal 267 356 377
Decimal 183 238 255
Hex B7 EE FF

RGB Percentages of Color #b7eeff

%27.07
%35.21
%37.72

CMYK Percentages of Color #b7eeff

%28
%7
%0
%0

Triadic Colors of #b7eeff

#b7eeff #ffb7ee #eeffb7

Analogous Colors of #b7eeff

#b7eeff #b7caff #b7ffec

Monochromatic Colors of #b7eeff

#b7eeff

Complementary Color

#b7eeff #ffc8b7

#b7eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7eeff Color CSS Codes

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

#b7eeff Text Font Color

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

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


#b7eeff Background Color

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

This div background color is #b7eeff


#b7eeff Border Color

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

This div border color is #b7eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7eeff

Related Colors

#b7eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.