Color Hex Logo

#b4dfaa Color Hex

#B4DFAA
(180,223,170)
0 Favorites   0 Comments

Color spaces of #b4dfaa

RGB 180223170
HSL0.300.450.77
HSV109°24°87°
CMYK 0.190.000.24   0.13
XYZ52.465865.380947.8848
Yxy65.38090.31660.3945
Hunter Lab80.8585-25.680821.4891
CIE-Lab84.6796-23.807721.4926

#b4dfaa color RGB value is (180,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011111 10101010
Octal 264 337 252
Decimal 180 223 170
Hex B4 DF AA

RGB Percentages of Color #b4dfaa

%31.41
%38.92
%29.67

CMYK Percentages of Color #b4dfaa

%19
%0
%24
%13

Triadic Colors of #b4dfaa

#b4dfaa #aab4df #dfaab4

Analogous Colors of #b4dfaa

#b4dfaa #aadfbb #cfdfaa

Monochromatic Colors of #b4dfaa

#b4dfaa

Complementary Color

#b4dfaa #d5aadf

#b4dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dfaa Color CSS Codes

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

#b4dfaa Text Font Color

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

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


#b4dfaa Background Color

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

This div background color is #b4dfaa


#b4dfaa Border Color

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

This div border color is #b4dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dfaa


Comments

No comments written yet.

Please login to write comment.