Color Hex Logo

#b5dfab Color Hex

#B5DFAB
(181,223,171)
0 Favorites   0 Comments

Color spaces of #b5dfab

RGB 181223171
HSL0.300.450.77
HSV108°23°87°
CMYK 0.190.000.23   0.13
XYZ52.794465.539448.3959
Yxy65.53940.31660.3931
Hunter Lab80.9564-25.267921.2258
CIE-Lab84.7609-23.303621.0935

#b5dfab color RGB value is (181,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 10101011
Octal 265 337 253
Decimal 181 223 171
Hex B5 DF AB

RGB Percentages of Color #b5dfab

%31.48
%38.78
%29.74

CMYK Percentages of Color #b5dfab

%19
%0
%23
%13

Triadic Colors of #b5dfab

#b5dfab #abb5df #dfabb5

Analogous Colors of #b5dfab

#b5dfab #abdfbb #cfdfab

Monochromatic Colors of #b5dfab

#b5dfab

Complementary Color

#b5dfab #d5abdf

#b5dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfab Color CSS Codes

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

#b5dfab Text Font Color

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

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


#b5dfab Background Color

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

This div background color is #b5dfab


#b5dfab Border Color

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

This div border color is #b5dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfab


Comments

No comments written yet.

Please login to write comment.