Color Hex Logo

#b5dfaf Color Hex

#B5DFAF
(181,223,175)
0 Favorites   0 Comments

Color spaces of #b5dfaf

RGB 181223175
HSL0.310.430.78
HSV113°22°87°
CMYK 0.190.000.22   0.13
XYZ53.181665.694350.4347
Yxy65.69430.31410.3880
Hunter Lab81.0520-24.719819.8432
CIE-Lab84.8402-22.643119.1164

#b5dfaf color RGB value is (181,223,175).

#b5dfaf hex color red value is 181, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b5dfaf hue: 0.31 , saturation: 0.43 and the lightness value of b5dfaf is 0.78.

The process color (four color CMYK) of #b5dfaf color hex is 0.19, 0.00, 0.22, 0.13. Web safe color of #b5dfaf is #cccc99. Color #b5dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 10101111
Octal 265 337 257
Decimal 181 223 175
Hex B5 DF AF

RGB Percentages of Color #b5dfaf

%31.26
%38.51
%30.22

CMYK Percentages of Color #b5dfaf

%19
%0
%22
%13

Triadic Colors of #b5dfaf

#b5dfaf #afb5df #dfafb5

Analogous Colors of #b5dfaf

#b5dfaf #afdfc1 #cddfaf

Monochromatic Colors of #b5dfaf

#b5dfaf

Complementary Color

#b5dfaf #d9afdf

#b5dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfaf Color CSS Codes

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

#b5dfaf Text Font Color

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

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


#b5dfaf Background Color

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

This div background color is #b5dfaf


#b5dfaf Border Color

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

This div border color is #b5dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfaf


Comments

No comments written yet.

Please login to write comment.