Color Hex Logo

#b5feea Color Hex

#B5FEEA
(181,254,234)
0 Favorites   0 Comments

Color spaces of #b5feea

RGB 181254234
HSL0.450.970.85
HSV164°29°100°
CMYK 0.290.000.08   0.00
XYZ69.349186.647990.9115
Yxy86.64790.28090.3509
Hunter Lab93.0849-29.91437.2537
CIE-Lab94.5887-26.54582.3416

#b5feea color RGB value is (181,254,234).

#b5feea hex color red value is 181, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5feea hue: 0.45 , saturation: 0.97 and the lightness value of b5feea is 0.85.

The process color (four color CMYK) of #b5feea color hex is 0.29, 0.00, 0.08, 0.00. Web safe color of #b5feea is #ccffff. Color #b5feea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 11101010
Octal 265 376 352
Decimal 181 254 234
Hex B5 FE EA

RGB Percentages of Color #b5feea

%27.06
%37.97
%34.98

CMYK Percentages of Color #b5feea

%29
%0
%8
%0

Triadic Colors of #b5feea

#b5feea #eab5fe #feeab5

Analogous Colors of #b5feea

#b5feea #b5eefe #b5fec6

Monochromatic Colors of #b5feea

#b5feea

Complementary Color

#b5feea #feb5c9

#b5feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5feea Color CSS Codes

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

#b5feea Text Font Color

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

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


#b5feea Background Color

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

This div background color is #b5feea


#b5feea Border Color

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

This div border color is #b5feea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,254,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5feea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5feea;
  -webkit-box-shadow: 1px 1px 3px 2px #b5feea;
  box-shadow:         1px 1px 3px 2px #b5feea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,254,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5feea


Comments

No comments written yet.

Please login to write comment.