Color Hex Logo

#bfeeac Color Hex

#BFEEAC
(191,238,172)
0 Favorites   0 Comments

Color spaces of #bfeeac

RGB 191238172
HSL0.290.660.80
HSV103°28°93°
CMYK 0.200.000.28   0.07
XYZ59.506875.204050.4092
Yxy75.20400.32140.4062
Hunter Lab86.7202-29.275026.2398
CIE-Lab89.4885-26.952127.1566

#bfeeac color RGB value is (191,238,172).

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

The process color (four color CMYK) of #bfeeac color hex is 0.20, 0.00, 0.28, 0.07. Web safe color of #bfeeac is #ccff99. Color #bfeeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10101100
Octal 277 356 254
Decimal 191 238 172
Hex BF EE AC

RGB Percentages of Color #bfeeac

%31.78
%39.60
%28.62

CMYK Percentages of Color #bfeeac

%20
%0
%28
%7

Triadic Colors of #bfeeac

#bfeeac #acbfee #eeacbf

Analogous Colors of #bfeeac

#bfeeac #aceeba #e0eeac

Monochromatic Colors of #bfeeac

#bfeeac

Complementary Color

#bfeeac #dbacee

#bfeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeeac Color CSS Codes

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

#bfeeac Text Font Color

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

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


#bfeeac Background Color

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

This div background color is #bfeeac


#bfeeac Border Color

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

This div border color is #bfeeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,238,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeeac


Comments

No comments written yet.

Please login to write comment.