Color Hex Logo

#b5edae Color Hex

#B5EDAE
(181,237,174)
0 Favorites   0 Comments

Color spaces of #b5edae

RGB 181237174
HSL0.310.640.81
HSV113°27°93°
CMYK 0.240.000.27   0.07
XYZ56.980273.448151.2181
Yxy73.44810.31370.4043
Hunter Lab85.7019-31.299824.5578
CIE-Lab88.6610-29.527024.9068

#b5edae color RGB value is (181,237,174).

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

The process color (four color CMYK) of #b5edae color hex is 0.24, 0.00, 0.27, 0.07. Web safe color of #b5edae is #ccff99. Color #b5edae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101101 10101110
Octal 265 355 256
Decimal 181 237 174
Hex B5 ED AE

RGB Percentages of Color #b5edae

%30.57
%40.03
%29.39

CMYK Percentages of Color #b5edae

%24
%0
%27
%7

Triadic Colors of #b5edae

#b5edae #aeb5ed #edaeb5

Analogous Colors of #b5edae

#b5edae #aeedc7 #d5edae

Monochromatic Colors of #b5edae

#b5edae

Complementary Color

#b5edae #e6aeed

#b5edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5edae Color CSS Codes

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

#b5edae Text Font Color

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

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


#b5edae Background Color

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

This div background color is #b5edae


#b5edae Border Color

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

This div border color is #b5edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5edae


Comments

No comments written yet.

Please login to write comment.