Color Hex Logo

#bfedad Color Hex

#BFEDAD
(191,237,173)
0 Favorites   0 Comments

Color spaces of #bfedad

RGB 191237173
HSL0.290.640.80
HSV103°27°93°
CMYK 0.190.000.27   0.07
XYZ59.312974.661950.8202
Yxy74.66190.32100.4040
Hunter Lab86.4071-28.683725.6137
CIE-Lab89.2344-26.322026.2992

#bfedad color RGB value is (191,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 10101101
Octal 277 355 255
Decimal 191 237 173
Hex BF ED AD

RGB Percentages of Color #bfedad

%31.78
%39.43
%28.79

CMYK Percentages of Color #bfedad

%19
%0
%27
%7

Triadic Colors of #bfedad

#bfedad #adbfed #edadbf

Analogous Colors of #bfedad

#bfedad #adedbb #dfedad

Monochromatic Colors of #bfedad

#bfedad

Complementary Color

#bfedad #dbaded

#bfedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedad Color CSS Codes

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

#bfedad Text Font Color

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

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


#bfedad Background Color

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

This div background color is #bfedad


#bfedad Border Color

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

This div border color is #bfedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedad


Comments

No comments written yet.

Please login to write comment.