Color Hex Logo

#b6ddaf Color Hex

#B6DDAF
(182,221,175)
0 Favorites   0 Comments

Color spaces of #b6ddaf

RGB 182221175
HSL0.310.400.78
HSV111°21°87°
CMYK 0.180.000.21   0.13
XYZ52.885764.753150.2687
Yxy64.75310.31500.3856
Hunter Lab80.4693-23.508319.2904
CIE-Lab84.3563-21.322918.4520

#b6ddaf color RGB value is (182,221,175).

#b6ddaf hex color red value is 182, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6ddaf hue: 0.31 , saturation: 0.40 and the lightness value of b6ddaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 10101111
Octal 266 335 257
Decimal 182 221 175
Hex B6 DD AF

RGB Percentages of Color #b6ddaf

%31.49
%38.24
%30.28

CMYK Percentages of Color #b6ddaf

%18
%0
%21
%13

Triadic Colors of #b6ddaf

#b6ddaf #afb6dd #ddafb6

Analogous Colors of #b6ddaf

#b6ddaf #afddbf #cdddaf

Monochromatic Colors of #b6ddaf

#b6ddaf

Complementary Color

#b6ddaf #d6afdd

#b6ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ddaf Color CSS Codes

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

#b6ddaf Text Font Color

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

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


#b6ddaf Background Color

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

This div background color is #b6ddaf


#b6ddaf Border Color

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

This div border color is #b6ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ddaf


Comments

No comments written yet.

Please login to write comment.