Color Hex Logo

#bfefae Color Hex

#BFEFAE
(191,239,174)
0 Favorites   0 Comments

Color spaces of #bfefae

RGB 191239174
HSL0.290.670.81
HSV104°27°94°
CMYK 0.200.000.27   0.06
XYZ59.992375.865451.5259
Yxy75.86540.32020.4049
Hunter Lab87.1007-29.481025.8965
CIE-Lab89.7968-27.121126.5541

#bfefae color RGB value is (191,239,174).

#bfefae hex color red value is 191, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bfefae hue: 0.29 , saturation: 0.67 and the lightness value of bfefae is 0.81.

The process color (four color CMYK) of #bfefae color hex is 0.20, 0.00, 0.27, 0.06. Web safe color of #bfefae is #ccff99. Color #bfefae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10101110
Octal 277 357 256
Decimal 191 239 174
Hex BF EF AE

RGB Percentages of Color #bfefae

%31.62
%39.57
%28.81

CMYK Percentages of Color #bfefae

%20
%0
%27
%6

Triadic Colors of #bfefae

#bfefae #aebfef #efaebf

Analogous Colors of #bfefae

#bfefae #aeefbe #e0efae

Monochromatic Colors of #bfefae

#bfefae

Complementary Color

#bfefae #deaeef

#bfefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefae Color CSS Codes

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

#bfefae Text Font Color

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

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


#bfefae Background Color

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

This div background color is #bfefae


#bfefae Border Color

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

This div border color is #bfefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefae


Comments

No comments written yet.

Please login to write comment.