Color Hex Logo

#b6caaf Color Hex

#B6CAAF
(182,202,175)
0 Favorites   0 Comments

Color spaces of #b6caaf

RGB 182202175
HSL0.290.200.74
HSV104°13°79°
CMYK 0.100.000.13   0.21
XYZ48.149855.281348.6900
Yxy55.28130.31650.3634
Hunter Lab74.3514-14.518713.2191
CIE-Lab79.2030-11.771911.2024

#b6caaf color RGB value is (182,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 10101111
Octal 266 312 257
Decimal 182 202 175
Hex B6 CA AF

RGB Percentages of Color #b6caaf

%32.56
%36.14
%31.31

CMYK Percentages of Color #b6caaf

%10
%0
%13
%21

Triadic Colors of #b6caaf

#b6caaf #afb6ca #caafb6

Analogous Colors of #b6caaf

#b6caaf #afcab6 #c4caaf

Monochromatic Colors of #b6caaf

#b6caaf

Complementary Color

#b6caaf #c3afca

#b6caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6caaf Color CSS Codes

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

#b6caaf Text Font Color

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

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


#b6caaf Background Color

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

This div background color is #b6caaf


#b6caaf Border Color

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

This div border color is #b6caaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,202,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6caaf


Comments

No comments written yet.

Please login to write comment.