Color Hex Logo

#b5edaf Color Hex

#B5EDAF
(181,237,175)
0 Favorites   0 Comments

Color spaces of #b5edaf

RGB 181237175
HSL0.320.630.81
HSV114°26°93°
CMYK 0.240.000.26   0.07
XYZ57.078173.487351.7336
Yxy73.48730.31310.4031
Hunter Lab85.7247-31.167624.2267
CIE-Lab88.6796-29.365924.4188

#b5edaf color RGB value is (181,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101101 10101111
Octal 265 355 257
Decimal 181 237 175
Hex B5 ED AF

RGB Percentages of Color #b5edaf

%30.52
%39.97
%29.51

CMYK Percentages of Color #b5edaf

%24
%0
%26
%7

Triadic Colors of #b5edaf

#b5edaf #afb5ed #edafb5

Analogous Colors of #b5edaf

#b5edaf #afedc8 #d4edaf

Monochromatic Colors of #b5edaf

#b5edaf

Complementary Color

#b5edaf #e7afed

#b5edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5edaf Color CSS Codes

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

#b5edaf Text Font Color

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

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


#b5edaf Background Color

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

This div background color is #b5edaf


#b5edaf Border Color

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

This div border color is #b5edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5edaf


Comments

No comments written yet.

Please login to write comment.