Color Hex Logo

#b5e4ae Color Hex

#B5E4AE
(181,228,174)
0 Favorites   0 Comments

Color spaces of #b5e4ae

RGB 181228174
HSL0.310.500.79
HSV112°24°89°
CMYK 0.210.000.24   0.11
XYZ54.439468.366650.3712
Yxy68.36660.31440.3948
Hunter Lab82.6841-27.172421.7594
CIE-Lab86.1894-25.235721.5075

#b5e4ae color RGB value is (181,228,174).

#b5e4ae hex color red value is 181, green value is 228 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5e4ae hue: 0.31 , saturation: 0.50 and the lightness value of b5e4ae is 0.79.

The process color (four color CMYK) of #b5e4ae color hex is 0.21, 0.00, 0.24, 0.11. Web safe color of #b5e4ae is #cccc99. Color #b5e4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100100 10101110
Octal 265 344 256
Decimal 181 228 174
Hex B5 E4 AE

RGB Percentages of Color #b5e4ae

%31.05
%39.11
%29.85

CMYK Percentages of Color #b5e4ae

%21
%0
%24
%11

Triadic Colors of #b5e4ae

#b5e4ae #aeb5e4 #e4aeb5

Analogous Colors of #b5e4ae

#b5e4ae #aee4c2 #d0e4ae

Monochromatic Colors of #b5e4ae

#b5e4ae

Complementary Color

#b5e4ae #ddaee4

#b5e4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e4ae Color CSS Codes

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

#b5e4ae Text Font Color

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

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


#b5e4ae Background Color

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

This div background color is #b5e4ae


#b5e4ae Border Color

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

This div border color is #b5e4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e4ae


Comments

No comments written yet.

Please login to write comment.