Color Hex Logo

#bfedab Color Hex

#BFEDAB
(191,237,171)
0 Favorites   0 Comments

Color spaces of #bfedab

RGB 191237171
HSL0.280.650.80
HSV102°28°93°
CMYK 0.190.000.28   0.07
XYZ59.120774.585049.8084
Yxy74.58500.32220.4064
Hunter Lab86.3626-28.940026.2592
CIE-Lab89.1982-26.628327.2734

#bfedab color RGB value is (191,237,171).

#bfedab hex color red value is 191, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bfedab hue: 0.28 , saturation: 0.65 and the lightness value of bfedab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 10101011
Octal 277 355 253
Decimal 191 237 171
Hex BF ED AB

RGB Percentages of Color #bfedab

%31.89
%39.57
%28.55

CMYK Percentages of Color #bfedab

%19
%0
%28
%7

Triadic Colors of #bfedab

#bfedab #abbfed #edabbf

Analogous Colors of #bfedab

#bfedab #abedb8 #e0edab

Monochromatic Colors of #bfedab

#bfedab

Complementary Color

#bfedab #d9abed

#bfedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedab Color CSS Codes

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

#bfedab Text Font Color

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

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


#bfedab Background Color

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

This div background color is #bfedab


#bfedab Border Color

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

This div border color is #bfedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedab


Comments

No comments written yet.

Please login to write comment.