Color Hex Logo

#bff6ed Color Hex

#BFF6ED
(191,246,237)
0 Favorites   0 Comments

Color spaces of #bff6ed

RGB 191246237
HSL0.470.750.86
HSV170°22°96°
CMYK 0.220.000.04   0.04
XYZ69.727783.102392.4861
Yxy83.10230.28420.3388
Hunter Lab91.1605-22.99803.6601
CIE-Lab93.0592-19.1356-1.3765

#bff6ed color RGB value is (191,246,237).

#bff6ed hex color red value is 191, green value is 246 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bff6ed hue: 0.47 , saturation: 0.75 and the lightness value of bff6ed is 0.86.

The process color (four color CMYK) of #bff6ed color hex is 0.22, 0.00, 0.04, 0.04. Web safe color of #bff6ed is #ccffff. Color #bff6ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 11101101
Octal 277 366 355
Decimal 191 246 237
Hex BF F6 ED

RGB Percentages of Color #bff6ed

%28.34
%36.50
%35.16

CMYK Percentages of Color #bff6ed

%22
%0
%4
%4

Triadic Colors of #bff6ed

#bff6ed #edbff6 #f6edbf

Analogous Colors of #bff6ed

#bff6ed #bfe4f6 #bff6d2

Monochromatic Colors of #bff6ed

#bff6ed

Complementary Color

#bff6ed #f6bfc8

#bff6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff6ed Color CSS Codes

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

#bff6ed Text Font Color

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

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


#bff6ed Background Color

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

This div background color is #bff6ed


#bff6ed Border Color

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

This div border color is #bff6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff6ed


Comments

No comments written yet.

Please login to write comment.