Color Hex Logo

#b4feea Color Hex

#B4FEEA
(180,254,234)
0 Favorites   0 Comments

Color spaces of #b4feea

RGB 180254234
HSL0.450.970.85
HSV164°29°100°
CMYK 0.290.000.08   0.00
XYZ69.115586.527490.9006
Yxy86.52740.28030.3510
Hunter Lab93.0201-30.15677.1750
CIE-Lab94.5374-26.83082.2606

#b4feea color RGB value is (180,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 11101010
Octal 264 376 352
Decimal 180 254 234
Hex B4 FE EA

RGB Percentages of Color #b4feea

%26.95
%38.02
%35.03

CMYK Percentages of Color #b4feea

%29
%0
%8
%0

Triadic Colors of #b4feea

#b4feea #eab4fe #feeab4

Analogous Colors of #b4feea

#b4feea #b4edfe #b4fec5

Monochromatic Colors of #b4feea

#b4feea

Complementary Color

#b4feea #feb4c8

#b4feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4feea Color CSS Codes

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

#b4feea Text Font Color

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

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


#b4feea Background Color

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

This div background color is #b4feea


#b4feea Border Color

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

This div border color is #b4feea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b4feea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4feea


Comments

No comments written yet.

Please login to write comment.