Color Hex Logo

#bfdcae Color Hex

#BFDCAE
(191,220,174)
0 Favorites   0 Comments

Color spaces of #bfdcae

RGB 191220174
HSL0.270.400.77
HSV98°21°86°
CMYK 0.130.000.21   0.14
XYZ54.719065.318849.7682
Yxy65.31880.32220.3847
Hunter Lab80.8200-20.582120.0638
CIE-Lab84.6477-17.880819.4692

#bfdcae color RGB value is (191,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10101110
Octal 277 334 256
Decimal 191 220 174
Hex BF DC AE

RGB Percentages of Color #bfdcae

%32.65
%37.61
%29.74

CMYK Percentages of Color #bfdcae

%13
%0
%21
%14

Triadic Colors of #bfdcae

#bfdcae #aebfdc #dcaebf

Analogous Colors of #bfdcae

#bfdcae #aedcb4 #d6dcae

Monochromatic Colors of #bfdcae

#bfdcae

Complementary Color

#bfdcae #cbaedc

#bfdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcae Color CSS Codes

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

#bfdcae Text Font Color

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

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


#bfdcae Background Color

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

This div background color is #bfdcae


#bfdcae Border Color

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

This div border color is #bfdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcae


Comments

No comments written yet.

Please login to write comment.