Color Hex Logo

#b7eeef Color Hex

#B7EEEF
(183,238,239)
0 Favorites   0 Comments

Color spaces of #b7eeef

RGB 183238239
HSL0.500.640.83
HSV181°23°94°
CMYK 0.230.000.00   0.06
XYZ65.683077.448393.1485
Yxy77.44830.27800.3278
Hunter Lab88.0047-20.7834-1.1521
CIE-Lab90.5276-17.1170-6.1926

#b7eeef color RGB value is (183,238,239).

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

The process color (four color CMYK) of #b7eeef color hex is 0.23, 0.00, 0.00, 0.06. Web safe color of #b7eeef is #ccffff. Color #b7eeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101110 11101111
Octal 267 356 357
Decimal 183 238 239
Hex B7 EE EF

RGB Percentages of Color #b7eeef

%27.73
%36.06
%36.21

CMYK Percentages of Color #b7eeef

%23
%0
%0
%6

Triadic Colors of #b7eeef

#b7eeef #efb7ee #eeefb7

Analogous Colors of #b7eeef

#b7eeef #b7d2ef #b7efd4

Monochromatic Colors of #b7eeef

#b7eeef

Complementary Color

#b7eeef #efb8b7

#b7eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7eeef Color CSS Codes

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

#b7eeef Text Font Color

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

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


#b7eeef Background Color

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

This div background color is #b7eeef


#b7eeef Border Color

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

This div border color is #b7eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7eeef


Comments

No comments written yet.

Please login to write comment.