Color Hex Logo

#b5dfac Color Hex

#B5DFAC
(181,223,172)
0 Favorites   0 Comments

Color spaces of #b5dfac

RGB 181223172
HSL0.300.440.77
HSV109°23°87°
CMYK 0.190.000.23   0.13
XYZ52.890165.577748.8999
Yxy65.57770.31600.3918
Hunter Lab80.9801-25.132320.8837
CIE-Lab84.7805-23.140020.5994

#b5dfac color RGB value is (181,223,172).

#b5dfac hex color red value is 181, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5dfac hue: 0.30 , saturation: 0.44 and the lightness value of b5dfac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 10101100
Octal 265 337 254
Decimal 181 223 172
Hex B5 DF AC

RGB Percentages of Color #b5dfac

%31.42
%38.72
%29.86

CMYK Percentages of Color #b5dfac

%19
%0
%23
%13

Triadic Colors of #b5dfac

#b5dfac #acb5df #dfacb5

Analogous Colors of #b5dfac

#b5dfac #acdfbd #cfdfac

Monochromatic Colors of #b5dfac

#b5dfac

Complementary Color

#b5dfac #d6acdf

#b5dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfac Color CSS Codes

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

#b5dfac Text Font Color

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

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


#b5dfac Background Color

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

This div background color is #b5dfac


#b5dfac Border Color

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

This div border color is #b5dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfac


Comments

No comments written yet.

Please login to write comment.