Color Hex Logo

#b7dfaa Color Hex

#B7DFAA
(183,223,170)
0 Favorites   0 Comments

Color spaces of #b7dfaa

RGB 183223170
HSL0.290.450.77
HSV105°24°87°
CMYK 0.180.000.24   0.13
XYZ53.171865.744947.9178
Yxy65.74490.31870.3941
Hunter Lab81.0832-24.841021.7196
CIE-Lab84.8661-22.780021.7792

#b7dfaa color RGB value is (183,223,170).

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

The process color (four color CMYK) of #b7dfaa color hex is 0.18, 0.00, 0.24, 0.13. Web safe color of #b7dfaa is #cccc99. Color #b7dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011111 10101010
Octal 267 337 252
Decimal 183 223 170
Hex B7 DF AA

RGB Percentages of Color #b7dfaa

%31.77
%38.72
%29.51

CMYK Percentages of Color #b7dfaa

%18
%0
%24
%13

Triadic Colors of #b7dfaa

#b7dfaa #aab7df #dfaab7

Analogous Colors of #b7dfaa

#b7dfaa #aadfb8 #d2dfaa

Monochromatic Colors of #b7dfaa

#b7dfaa

Complementary Color

#b7dfaa #d2aadf

#b7dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dfaa Color CSS Codes

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

#b7dfaa Text Font Color

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

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


#b7dfaa Background Color

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

This div background color is #b7dfaa


#b7dfaa Border Color

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

This div border color is #b7dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dfaa


Comments

No comments written yet.

Please login to write comment.