Color Hex Logo

#b7faee Color Hex

#B7FAEE
(183,250,238)
0 Favorites   0 Comments

Color spaces of #b7faee

RGB 183250238
HSL0.470.870.85
HSV169°27°98°
CMYK 0.270.000.05   0.02
XYZ69.146784.611593.5762
Yxy84.61150.27960.3421
Hunter Lab91.9845-26.79074.0732
CIE-Lab93.7154-23.2203-0.9864

#b7faee color RGB value is (183,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111010 11101110
Octal 267 372 356
Decimal 183 250 238
Hex B7 FA EE

RGB Percentages of Color #b7faee

%27.27
%37.26
%35.47

CMYK Percentages of Color #b7faee

%27
%0
%5
%2

Triadic Colors of #b7faee

#b7faee #eeb7fa #faeeb7

Analogous Colors of #b7faee

#b7faee #b7e5fa #b7facd

Monochromatic Colors of #b7faee

#b7faee

Complementary Color

#b7faee #fab7c3

#b7faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7faee Color CSS Codes

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

#b7faee Text Font Color

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

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


#b7faee Background Color

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

This div background color is #b7faee


#b7faee Border Color

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

This div border color is #b7faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7faee


Comments

No comments written yet.

Please login to write comment.