Color Hex Logo

#b2daae Color Hex

#B2DAAE
(178,218,174)
0 Favorites   0 Comments

Color spaces of #b2daae

RGB 178218174
HSL0.320.370.77
HSV115°20°85°
CMYK 0.180.000.20   0.15
XYZ51.071562.663849.4480
Yxy62.66380.31300.3840
Hunter Lab79.1605-23.369018.3765
CIE-Lab83.2652-21.376917.4165

#b2daae color RGB value is (178,218,174).

#b2daae hex color red value is 178, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b2daae hue: 0.32 , saturation: 0.37 and the lightness value of b2daae is 0.77.

The process color (four color CMYK) of #b2daae color hex is 0.18, 0.00, 0.20, 0.15. Web safe color of #b2daae is #99cc99. Color #b2daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 10101110
Octal 262 332 256
Decimal 178 218 174
Hex B2 DA AE

RGB Percentages of Color #b2daae

%31.23
%38.25
%30.53

CMYK Percentages of Color #b2daae

%18
%0
%20
%15

Triadic Colors of #b2daae

#b2daae #aeb2da #daaeb2

Analogous Colors of #b2daae

#b2daae #aedac0 #c8daae

Monochromatic Colors of #b2daae

#b2daae

Complementary Color

#b2daae #d6aeda

#b2daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2daae Color CSS Codes

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

#b2daae Text Font Color

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

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


#b2daae Background Color

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

This div background color is #b2daae


#b2daae Border Color

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

This div border color is #b2daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2daae


Comments

No comments written yet.

Please login to write comment.