Color Hex Logo

#b7faec Color Hex

#B7FAEC
(183,250,236)
0 Favorites   0 Comments

Color spaces of #b7faec

RGB 183250236
HSL0.470.870.85
HSV167°27°98°
CMYK 0.270.000.06   0.02
XYZ68.854484.494692.0370
Yxy84.49460.28060.3443
Hunter Lab91.9209-27.15434.9798
CIE-Lab93.6649-23.6369-0.0252

#b7faec color RGB value is (183,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111010 11101100
Octal 267 372 354
Decimal 183 250 236
Hex B7 FA EC

RGB Percentages of Color #b7faec

%27.35
%37.37
%35.28

CMYK Percentages of Color #b7faec

%27
%0
%6
%2

Triadic Colors of #b7faec

#b7faec #ecb7fa #faecb7

Analogous Colors of #b7faec

#b7faec #b7e7fa #b7facb

Monochromatic Colors of #b7faec

#b7faec

Complementary Color

#b7faec #fab7c5

#b7faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7faec Color CSS Codes

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

#b7faec Text Font Color

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

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


#b7faec Background Color

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

This div background color is #b7faec


#b7faec Border Color

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

This div border color is #b7faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7faec

Related Colors


Comments

No comments written yet.

Please login to write comment.