Color Hex Logo

#b4d2ad Color Hex

#B4D2AD
(180,210,173)
0 Favorites   0 Comments

Color spaces of #b4d2ad

RGB 180210173
HSL0.300.290.75
HSV109°18°82°
CMYK 0.140.000.18   0.18
XYZ49.411858.813648.2830
Yxy58.81360.31570.3758
Hunter Lab76.6900-19.199016.3548
CIE-Lab81.1890-16.879915.0539

#b4d2ad color RGB value is (180,210,173).

#b4d2ad hex color red value is 180, green value is 210 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b4d2ad hue: 0.30 , saturation: 0.29 and the lightness value of b4d2ad is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010010 10101101
Octal 264 322 255
Decimal 180 210 173
Hex B4 D2 AD

RGB Percentages of Color #b4d2ad

%31.97
%37.30
%30.73

CMYK Percentages of Color #b4d2ad

%14
%0
%18
%18

Triadic Colors of #b4d2ad

#b4d2ad #adb4d2 #d2adb4

Analogous Colors of #b4d2ad

#b4d2ad #add2b9 #c7d2ad

Monochromatic Colors of #b4d2ad

#b4d2ad

Complementary Color

#b4d2ad #cbadd2

#b4d2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d2ad Color CSS Codes

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

#b4d2ad Text Font Color

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

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


#b4d2ad Background Color

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

This div background color is #b4d2ad


#b4d2ad Border Color

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

This div border color is #b4d2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d2ad


Comments

No comments written yet.

Please login to write comment.