Color Hex Logo

#b5dfae Color Hex

#B5DFAE
(181,223,174)
0 Favorites   0 Comments

Color spaces of #b5dfae

RGB 181223174
HSL0.310.430.78
HSV111°22°87°
CMYK 0.190.000.22   0.13
XYZ53.083765.655149.9193
Yxy65.65510.31470.3893
Hunter Lab81.0278-24.858120.1923
CIE-Lab84.8202-22.809719.6107

#b5dfae color RGB value is (181,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 10101110
Octal 265 337 256
Decimal 181 223 174
Hex B5 DF AE

RGB Percentages of Color #b5dfae

%31.31
%38.58
%30.10

CMYK Percentages of Color #b5dfae

%19
%0
%22
%13

Triadic Colors of #b5dfae

#b5dfae #aeb5df #dfaeb5

Analogous Colors of #b5dfae

#b5dfae #aedfc0 #cedfae

Monochromatic Colors of #b5dfae

#b5dfae

Complementary Color

#b5dfae #d8aedf

#b5dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfae Color CSS Codes

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

#b5dfae Text Font Color

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

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


#b5dfae Background Color

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

This div background color is #b5dfae


#b5dfae Border Color

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

This div border color is #b5dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfae


Comments

No comments written yet.

Please login to write comment.