Color Hex Logo

#b8fdfa Color Hex

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

Color spaces of #b8fdfa

RGB 184253250
HSL0.490.950.86
HSV177°27°99°
CMYK 0.270.000.01   0.01
XYZ72.147887.3430103.4988
Yxy87.34300.27430.3321
Hunter Lab93.4575-25.7512-0.2400
CIE-Lab94.8836-21.8415-5.4689

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

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

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

Base Numbers

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

RGB Percentages of Color #b8fdfa

%26.78
%36.83
%36.39

CMYK Percentages of Color #b8fdfa

%27
%0
%1
%1

Triadic Colors of #b8fdfa

#b8fdfa #fab8fd #fdfab8

Analogous Colors of #b8fdfa

#b8fdfa #b8defd #b8fdd8

Monochromatic Colors of #b8fdfa

#b8fdfa

Complementary Color

#b8fdfa #fdb8bb

#b8fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fdfa Color CSS Codes

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

#b8fdfa Text Font Color

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

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


#b8fdfa Background Color

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

This div background color is #b8fdfa


#b8fdfa Border Color

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

This div border color is #b8fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.