Color Hex Logo

#b8fafd Color Hex

#B8FAFD
(184,250,253)
0 Favorites   0 Comments

Color spaces of #b8fafd

RGB 184250253
HSL0.510.950.86
HSV183°27°99°
CMYK 0.270.010.00   0.01
XYZ71.682485.6534105.6832
Yxy85.65340.27250.3257
Hunter Lab92.5491-23.7067-2.9197
CIE-Lab94.1640-19.7224-8.0835

#b8fafd color RGB value is (184,250,253).

#b8fafd hex color red value is 184, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b8fafd hue: 0.51 , saturation: 0.95 and the lightness value of b8fafd is 0.86.

The process color (four color CMYK) of #b8fafd color hex is 0.27, 0.01, 0.00, 0.01. Web safe color of #b8fafd is #ccffff. Color #b8fafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111010 11111101
Octal 270 372 375
Decimal 184 250 253
Hex B8 FA FD

RGB Percentages of Color #b8fafd

%26.78
%36.39
%36.83

CMYK Percentages of Color #b8fafd

%27
%1
%0
%1

Triadic Colors of #b8fafd

#b8fafd #fdb8fa #fafdb8

Analogous Colors of #b8fafd

#b8fafd #b8d8fd #b8fdde

Monochromatic Colors of #b8fafd

#b8fafd

Complementary Color

#b8fafd #fdbbb8

#b8fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fafd Color CSS Codes

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

#b8fafd Text Font Color

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

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


#b8fafd Background Color

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

This div background color is #b8fafd


#b8fafd Border Color

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

This div border color is #b8fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fafd


Comments

No comments written yet.

Please login to write comment.