Color Hex Logo

#b9efad Color Hex

#B9EFAD
(185,239,173)
0 Favorites   0 Comments

Color spaces of #b9efad

RGB 185239173
HSL0.300.670.81
HSV109°28°94°
CMYK 0.230.000.28   0.06
XYZ58.416975.064450.9451
Yxy75.06440.31670.4070
Hunter Lab86.6397-31.265725.7846
CIE-Lab89.4232-29.298126.4977

#b9efad color RGB value is (185,239,173).

#b9efad hex color red value is 185, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b9efad hue: 0.30 , saturation: 0.67 and the lightness value of b9efad is 0.81.

The process color (four color CMYK) of #b9efad color hex is 0.23, 0.00, 0.28, 0.06. Web safe color of #b9efad is #ccff99. Color #b9efad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 10101101
Octal 271 357 255
Decimal 185 239 173
Hex B9 EF AD

RGB Percentages of Color #b9efad

%30.99
%40.03
%28.98

CMYK Percentages of Color #b9efad

%23
%0
%28
%6

Triadic Colors of #b9efad

#b9efad #adb9ef #efadb9

Analogous Colors of #b9efad

#b9efad #adefc2 #daefad

Monochromatic Colors of #b9efad

#b9efad

Complementary Color

#b9efad #e3adef

#b9efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efad Color CSS Codes

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

#b9efad Text Font Color

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

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


#b9efad Background Color

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

This div background color is #b9efad


#b9efad Border Color

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

This div border color is #b9efad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,239,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9efad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9efad;
  -webkit-box-shadow: 1px 1px 3px 2px #b9efad;
  box-shadow:         1px 1px 3px 2px #b9efad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,239,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efad


Comments

No comments written yet.

Please login to write comment.