Color Hex Logo

#b7faeb Color Hex

#B7FAEB
(183,250,235)
0 Favorites   0 Comments

Color spaces of #b7faeb

RGB 183250235
HSL0.460.870.85
HSV167°27°98°
CMYK 0.270.000.06   0.02
XYZ68.709484.436791.2738
Yxy84.43670.28110.3455
Hunter Lab91.8894-27.33505.4298
CIE-Lab93.6398-23.84440.4558

#b7faeb color RGB value is (183,250,235).

#b7faeb hex color red value is 183, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b7faeb hue: 0.46 , saturation: 0.87 and the lightness value of b7faeb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111010 11101011
Octal 267 372 353
Decimal 183 250 235
Hex B7 FA EB

RGB Percentages of Color #b7faeb

%27.40
%37.43
%35.18

CMYK Percentages of Color #b7faeb

%27
%0
%6
%2

Triadic Colors of #b7faeb

#b7faeb #ebb7fa #faebb7

Analogous Colors of #b7faeb

#b7faeb #b7e8fa #b7faca

Monochromatic Colors of #b7faeb

#b7faeb

Complementary Color

#b7faeb #fab7c6

#b7faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7faeb Color CSS Codes

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

#b7faeb Text Font Color

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

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


#b7faeb Background Color

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

This div background color is #b7faeb


#b7faeb Border Color

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

This div border color is #b7faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7faeb


Comments

No comments written yet.

Please login to write comment.