Color Hex Logo

#b7fbef Color Hex

#B7FBEF
(183,251,239)
0 Favorites   0 Comments

Color spaces of #b7fbef

RGB 183251239
HSL0.470.890.85
HSV169°27°98°
CMYK 0.270.000.05   0.02
XYZ69.605685.293694.4561
Yxy85.29360.27910.3421
Hunter Lab92.3545-27.08894.0090
CIE-Lab94.0095-23.4950-1.0735

#b7fbef color RGB value is (183,251,239).

#b7fbef hex color red value is 183, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b7fbef hue: 0.47 , saturation: 0.89 and the lightness value of b7fbef is 0.85.

The process color (four color CMYK) of #b7fbef color hex is 0.27, 0.00, 0.05, 0.02. Web safe color of #b7fbef is #ccffff. Color #b7fbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111011 11101111
Octal 267 373 357
Decimal 183 251 239
Hex B7 FB EF

RGB Percentages of Color #b7fbef

%27.19
%37.30
%35.51

CMYK Percentages of Color #b7fbef

%27
%0
%5
%2

Triadic Colors of #b7fbef

#b7fbef #efb7fb #fbefb7

Analogous Colors of #b7fbef

#b7fbef #b7e5fb #b7fbcd

Monochromatic Colors of #b7fbef

#b7fbef

Complementary Color

#b7fbef #fbb7c3

#b7fbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7fbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7fbef Color CSS Codes

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

#b7fbef Text Font Color

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

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


#b7fbef Background Color

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

This div background color is #b7fbef


#b7fbef Border Color

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

This div border color is #b7fbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7fbef


Comments

No comments written yet.

Please login to write comment.