Color Hex Logo

#b3d1ad Color Hex

#B3D1AD
(179,209,173)
0 Favorites   0 Comments

Color spaces of #b3d1ad

RGB 179209173
HSL0.310.280.75
HSV110°17°82°
CMYK 0.140.000.17   0.18
XYZ48.933758.201848.1901
Yxy58.20180.31500.3747
Hunter Lab76.2901-19.014915.9514
CIE-Lab80.8509-16.723214.5687

#b3d1ad color RGB value is (179,209,173).

#b3d1ad hex color red value is 179, green value is 209 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b3d1ad hue: 0.31 , saturation: 0.28 and the lightness value of b3d1ad is 0.75.

The process color (four color CMYK) of #b3d1ad color hex is 0.14, 0.00, 0.17, 0.18. Web safe color of #b3d1ad is #cccc99. Color #b3d1ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11010001 10101101
Octal 263 321 255
Decimal 179 209 173
Hex B3 D1 AD

RGB Percentages of Color #b3d1ad

%31.91
%37.25
%30.84

CMYK Percentages of Color #b3d1ad

%14
%0
%17
%18

Triadic Colors of #b3d1ad

#b3d1ad #adb3d1 #d1adb3

Analogous Colors of #b3d1ad

#b3d1ad #add1b9 #c5d1ad

Monochromatic Colors of #b3d1ad

#b3d1ad

Complementary Color

#b3d1ad #cbadd1

#b3d1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3d1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3d1ad Color CSS Codes

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

#b3d1ad Text Font Color

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

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


#b3d1ad Background Color

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

This div background color is #b3d1ad


#b3d1ad Border Color

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

This div border color is #b3d1ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,209,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3d1ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3d1ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b3d1ad;
  box-shadow:         1px 1px 3px 2px #b3d1ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,209,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3d1ad

#b3d1ad Color Palettes


Comments

No comments written yet.

Please login to write comment.