Color Hex Logo

#b5dbae Color Hex

#B5DBAE
(181,219,174)
0 Favorites   0 Comments

Color spaces of #b5dbae

RGB 181219174
HSL0.310.380.77
HSV111°21°86°
CMYK 0.170.000.21   0.14
XYZ52.027663.542849.5672
Yxy63.54280.31510.3848
Hunter Lab79.7137-22.995618.9322
CIE-Lab83.7272-20.847318.0896

#b5dbae color RGB value is (181,219,174).

#b5dbae hex color red value is 181, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5dbae hue: 0.31 , saturation: 0.38 and the lightness value of b5dbae is 0.77.

The process color (four color CMYK) of #b5dbae color hex is 0.17, 0.00, 0.21, 0.14. Web safe color of #b5dbae is #cccc99. Color #b5dbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 10101110
Octal 265 333 256
Decimal 181 219 174
Hex B5 DB AE

RGB Percentages of Color #b5dbae

%31.53
%38.15
%30.31

CMYK Percentages of Color #b5dbae

%17
%0
%21
%14

Triadic Colors of #b5dbae

#b5dbae #aeb5db #dbaeb5

Analogous Colors of #b5dbae

#b5dbae #aedbbe #ccdbae

Monochromatic Colors of #b5dbae

#b5dbae

Complementary Color

#b5dbae #d4aedb

#b5dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dbae Color CSS Codes

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

#b5dbae Text Font Color

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

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


#b5dbae Background Color

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

This div background color is #b5dbae


#b5dbae Border Color

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

This div border color is #b5dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dbae


Comments

No comments written yet.

Please login to write comment.