Color Hex Logo

#b4eee5 Color Hex

#B4EEE5
(180,238,229)
0 Favorites   0 Comments

Color spaces of #b4eee5

RGB 180238229
HSL0.470.630.82
HSV171°24°93°
CMYK 0.240.000.04   0.07
XYZ63.539876.509585.5477
Yxy76.50950.28170.3391
Hunter Lab87.4697-23.40593.2416
CIE-Lab90.0954-20.1154-1.6264

#b4eee5 color RGB value is (180,238,229).

#b4eee5 hex color red value is 180, green value is 238 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b4eee5 hue: 0.47 , saturation: 0.63 and the lightness value of b4eee5 is 0.82.

The process color (four color CMYK) of #b4eee5 color hex is 0.24, 0.00, 0.04, 0.07. Web safe color of #b4eee5 is #ccffcc. Color #b4eee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 11100101
Octal 264 356 345
Decimal 180 238 229
Hex B4 EE E5

RGB Percentages of Color #b4eee5

%27.82
%36.79
%35.39

CMYK Percentages of Color #b4eee5

%24
%0
%4
%7

Triadic Colors of #b4eee5

#b4eee5 #e5b4ee #eee5b4

Analogous Colors of #b4eee5

#b4eee5 #b4daee #b4eec8

Monochromatic Colors of #b4eee5

#b4eee5

Complementary Color

#b4eee5 #eeb4bd

#b4eee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eee5 Color CSS Codes

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

#b4eee5 Text Font Color

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

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


#b4eee5 Background Color

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

This div background color is #b4eee5


#b4eee5 Border Color

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

This div border color is #b4eee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eee5


Comments

No comments written yet.

Please login to write comment.