Color Hex Logo

#bfefad Color Hex

#BFEFAD
(191,239,173)
0 Favorites   0 Comments

Color spaces of #bfefad

RGB 191239173
HSL0.290.670.81
HSV104°28°94°
CMYK 0.200.000.28   0.06
XYZ59.895275.826551.0143
Yxy75.82650.32070.4061
Hunter Lab87.0784-29.609526.2202
CIE-Lab89.7787-27.274627.0405

#bfefad color RGB value is (191,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10101101
Octal 277 357 255
Decimal 191 239 173
Hex BF EF AD

RGB Percentages of Color #bfefad

%31.67
%39.64
%28.69

CMYK Percentages of Color #bfefad

%20
%0
%28
%6

Triadic Colors of #bfefad

#bfefad #adbfef #efadbf

Analogous Colors of #bfefad

#bfefad #adefbc #e0efad

Monochromatic Colors of #bfefad

#bfefad

Complementary Color

#bfefad #ddadef

#bfefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefad Color CSS Codes

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

#bfefad Text Font Color

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

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


#bfefad Background Color

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

This div background color is #bfefad


#bfefad Border Color

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

This div border color is #bfefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefad


Comments

No comments written yet.

Please login to write comment.