Color Hex Logo

#bfebae Color Hex

#BFEBAE
(191,235,174)
0 Favorites   0 Comments

Color spaces of #bfebae

RGB 191235174
HSL0.290.600.80
HSV103°26°92°
CMYK 0.190.000.26   0.08
XYZ58.834273.549051.1399
Yxy73.54900.32060.4008
Hunter Lab85.7607-27.625424.6773
CIE-Lab88.7089-25.209625.0685

#bfebae color RGB value is (191,235,174).

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

The process color (four color CMYK) of #bfebae color hex is 0.19, 0.00, 0.26, 0.08. Web safe color of #bfebae is #ccff99. Color #bfebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 10101110
Octal 277 353 256
Decimal 191 235 174
Hex BF EB AE

RGB Percentages of Color #bfebae

%31.83
%39.17
%29.00

CMYK Percentages of Color #bfebae

%19
%0
%26
%8

Triadic Colors of #bfebae

#bfebae #aebfeb #ebaebf

Analogous Colors of #bfebae

#bfebae #aeebbc #deebae

Monochromatic Colors of #bfebae

#bfebae

Complementary Color

#bfebae #daaeeb

#bfebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfebae Color CSS Codes

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

#bfebae Text Font Color

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

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


#bfebae Background Color

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

This div background color is #bfebae


#bfebae Border Color

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

This div border color is #bfebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfebae


Comments

No comments written yet.

Please login to write comment.