Color Hex Logo

#b4faf8 Color Hex

#B4FAF8
(180,250,248)
0 Favorites   0 Comments

Color spaces of #b4faf8

RGB 180250248
HSL0.500.880.84
HSV178°28°98°
CMYK 0.280.000.01   0.02
XYZ69.951384.8518101.4982
Yxy84.85180.27290.3311
Hunter Lab92.1150-25.6501-0.8490
CIE-Lab93.8192-21.9300-6.0287

#b4faf8 color RGB value is (180,250,248).

#b4faf8 hex color red value is 180, green value is 250 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #b4faf8 hue: 0.50 , saturation: 0.88 and the lightness value of b4faf8 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111010 11111000
Octal 264 372 370
Decimal 180 250 248
Hex B4 FA F8

RGB Percentages of Color #b4faf8

%26.55
%36.87
%36.58

CMYK Percentages of Color #b4faf8

%28
%0
%1
%2

Triadic Colors of #b4faf8

#b4faf8 #f8b4fa #faf8b4

Analogous Colors of #b4faf8

#b4faf8 #b4d9fa #b4fad5

Monochromatic Colors of #b4faf8

#b4faf8

Complementary Color

#b4faf8 #fab4b6

#b4faf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4faf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4faf8 Color CSS Codes

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

#b4faf8 Text Font Color

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

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


#b4faf8 Background Color

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

This div background color is #b4faf8


#b4faf8 Border Color

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

This div border color is #b4faf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4faf8

Related Colors


Comments

No comments written yet.

Please login to write comment.