Color Hex Logo

#b6dcae Color Hex

#B6DCAE
(182,220,174)
0 Favorites   0 Comments

Color spaces of #b6dcae

RGB 182220174
HSL0.300.400.77
HSV110°21°86°
CMYK 0.170.000.21   0.14
XYZ52.524664.187549.6655
Yxy64.18750.31570.3858
Hunter Lab80.1171-23.180719.3274
CIE-Lab84.0633-20.997918.5675

#b6dcae color RGB value is (182,220,174).

#b6dcae hex color red value is 182, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b6dcae hue: 0.30 , saturation: 0.40 and the lightness value of b6dcae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 10101110
Octal 266 334 256
Decimal 182 220 174
Hex B6 DC AE

RGB Percentages of Color #b6dcae

%31.60
%38.19
%30.21

CMYK Percentages of Color #b6dcae

%17
%0
%21
%14

Triadic Colors of #b6dcae

#b6dcae #aeb6dc #dcaeb6

Analogous Colors of #b6dcae

#b6dcae #aedcbd #cddcae

Monochromatic Colors of #b6dcae

#b6dcae

Complementary Color

#b6dcae #d4aedc

#b6dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcae Color CSS Codes

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

#b6dcae Text Font Color

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

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


#b6dcae Background Color

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

This div background color is #b6dcae


#b6dcae Border Color

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

This div border color is #b6dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcae


Comments

No comments written yet.

Please login to write comment.