Color Hex Logo

#b6cdaf Color Hex

#B6CDAF
(182,205,175)
0 Favorites   0 Comments

Color spaces of #b6cdaf

RGB 182205175
HSL0.290.230.75
HSV106°15°80°
CMYK 0.110.000.15   0.20
XYZ48.860656.702948.9270
Yxy56.70290.31630.3670
Hunter Lab75.3013-15.954414.1873
CIE-Lab80.0122-13.307912.3498

#b6cdaf color RGB value is (182,205,175).

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

The process color (four color CMYK) of #b6cdaf color hex is 0.11, 0.00, 0.15, 0.20. Web safe color of #b6cdaf is #cccc99. Color #b6cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001101 10101111
Octal 266 315 257
Decimal 182 205 175
Hex B6 CD AF

RGB Percentages of Color #b6cdaf

%32.38
%36.48
%31.14

CMYK Percentages of Color #b6cdaf

%11
%0
%15
%20

Triadic Colors of #b6cdaf

#b6cdaf #afb6cd #cdafb6

Analogous Colors of #b6cdaf

#b6cdaf #afcdb7 #c5cdaf

Monochromatic Colors of #b6cdaf

#b6cdaf

Complementary Color

#b6cdaf #c6afcd

#b6cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cdaf Color CSS Codes

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

#b6cdaf Text Font Color

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

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


#b6cdaf Background Color

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

This div background color is #b6cdaf


#b6cdaf Border Color

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

This div border color is #b6cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cdaf


Comments

No comments written yet.

Please login to write comment.