Color Hex Logo

#b6caad Color Hex

#B6CAAD
(182,202,173)
0 Favorites   0 Comments

Color spaces of #b6caad

RGB 182202173
HSL0.280.210.74
HSV101°14°79°
CMYK 0.100.000.14   0.21
XYZ47.954855.203347.6630
Yxy55.20330.31800.3660
Hunter Lab74.2989-14.813813.9745
CIE-Lab79.1582-12.117612.2081

#b6caad color RGB value is (182,202,173).

#b6caad hex color red value is 182, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b6caad hue: 0.28 , saturation: 0.21 and the lightness value of b6caad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 10101101
Octal 266 312 255
Decimal 182 202 173
Hex B6 CA AD

RGB Percentages of Color #b6caad

%32.68
%36.27
%31.06

CMYK Percentages of Color #b6caad

%10
%0
%14
%21

Triadic Colors of #b6caad

#b6caad #adb6ca #caadb6

Analogous Colors of #b6caad

#b6caad #adcab3 #c5caad

Monochromatic Colors of #b6caad

#b6caad

Complementary Color

#b6caad #c1adca

#b6caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6caad Color CSS Codes

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

#b6caad Text Font Color

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

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


#b6caad Background Color

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

This div background color is #b6caad


#b6caad Border Color

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

This div border color is #b6caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6caad


Comments

No comments written yet.

Please login to write comment.