Color Hex Logo

#b7fefb Color Hex

#B7FEFB
(183,254,251)
0 Favorites   0 Comments

Color spaces of #b7fefb

RGB 183254251
HSL0.490.970.86
HSV177°28°100°
CMYK 0.280.000.01   0.00
XYZ72.382887.9159104.4213
Yxy87.91590.27340.3321
Hunter Lab93.7635-26.2890-0.3949
CIE-Lab95.1255-22.3896-5.6343

#b7fefb color RGB value is (183,254,251).

#b7fefb hex color red value is 183, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b7fefb hue: 0.49 , saturation: 0.97 and the lightness value of b7fefb is 0.86.

The process color (four color CMYK) of #b7fefb color hex is 0.28, 0.00, 0.01, 0.00. Web safe color of #b7fefb is #ccffff. Color #b7fefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111110 11111011
Octal 267 376 373
Decimal 183 254 251
Hex B7 FE FB

RGB Percentages of Color #b7fefb

%26.60
%36.92
%36.48

CMYK Percentages of Color #b7fefb

%28
%0
%1
%0

Triadic Colors of #b7fefb

#b7fefb #fbb7fe #fefbb7

Analogous Colors of #b7fefb

#b7fefb #b7defe #b7fed8

Monochromatic Colors of #b7fefb

#b7fefb

Complementary Color

#b7fefb #feb7ba

#b7fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7fefb Color CSS Codes

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

#b7fefb Text Font Color

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

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


#b7fefb Background Color

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

This div background color is #b7fefb


#b7fefb Border Color

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

This div border color is #b7fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.