Color Hex Logo

#b7daaa Color Hex

#B7DAAA
(183,218,170)
0 Favorites   0 Comments

Color spaces of #b7daaa

RGB 183218170
HSL0.290.390.76
HSV104°22°85°
CMYK 0.160.000.22   0.15
XYZ51.855563.112447.4790
Yxy63.11240.31920.3885
Hunter Lab79.4433-22.512420.1759
CIE-Lab83.5015-20.326119.8921

#b7daaa color RGB value is (183,218,170).

#b7daaa hex color red value is 183, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b7daaa hue: 0.29 , saturation: 0.39 and the lightness value of b7daaa is 0.76.

The process color (four color CMYK) of #b7daaa color hex is 0.16, 0.00, 0.22, 0.15. Web safe color of #b7daaa is #cccc99. Color #b7daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 10101010
Octal 267 332 252
Decimal 183 218 170
Hex B7 DA AA

RGB Percentages of Color #b7daaa

%32.05
%38.18
%29.77

CMYK Percentages of Color #b7daaa

%16
%0
%22
%15

Triadic Colors of #b7daaa

#b7daaa #aab7da #daaab7

Analogous Colors of #b7daaa

#b7daaa #aadab5 #cfdaaa

Monochromatic Colors of #b7daaa

#b7daaa

Complementary Color

#b7daaa #cdaada

#b7daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7daaa Color CSS Codes

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

#b7daaa Text Font Color

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

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


#b7daaa Background Color

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

This div background color is #b7daaa


#b7daaa Border Color

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

This div border color is #b7daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,218,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7daaa


Comments

No comments written yet.

Please login to write comment.