Color Hex Logo

#bfd6ae Color Hex

#BFD6AE
(191,214,174)
0 Favorites   0 Comments

Color spaces of #bfd6ae

RGB 191214174
HSL0.260.330.76
HSV95°19°84°
CMYK 0.110.000.19   0.16
XYZ53.172462.225549.2526
Yxy62.22550.32290.3779
Hunter Lab78.8831-17.724818.1991
CIE-Lab83.0332-14.877917.2193

#bfd6ae color RGB value is (191,214,174).

#bfd6ae hex color red value is 191, green value is 214 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bfd6ae hue: 0.26 , saturation: 0.33 and the lightness value of bfd6ae is 0.76.

The process color (four color CMYK) of #bfd6ae color hex is 0.11, 0.00, 0.19, 0.16. Web safe color of #bfd6ae is #cccc99. Color #bfd6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 10101110
Octal 277 326 256
Decimal 191 214 174
Hex BF D6 AE

RGB Percentages of Color #bfd6ae

%32.99
%36.96
%30.05

CMYK Percentages of Color #bfd6ae

%11
%0
%19
%16

Triadic Colors of #bfd6ae

#bfd6ae #aebfd6 #d6aebf

Analogous Colors of #bfd6ae

#bfd6ae #aed6b1 #d3d6ae

Monochromatic Colors of #bfd6ae

#bfd6ae

Complementary Color

#bfd6ae #c5aed6

#bfd6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd6ae Color CSS Codes

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

#bfd6ae Text Font Color

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

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


#bfd6ae Background Color

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

This div background color is #bfd6ae


#bfd6ae Border Color

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

This div border color is #bfd6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd6ae


Comments

No comments written yet.

Please login to write comment.