Color Hex Logo

#bff0ef Color Hex

#BFF0EF
(191,240,239)
0 Favorites   0 Comments

Color spaces of #bff0ef

RGB 191240239
HSL0.500.620.85
HSV179°20°94°
CMYK 0.200.000.00   0.06
XYZ68.225979.628593.4353
Yxy79.62850.28280.3300
Hunter Lab89.2348-19.68590.3834
CIE-Lab91.5179-15.7532-4.6797

#bff0ef color RGB value is (191,240,239).

#bff0ef hex color red value is 191, green value is 240 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bff0ef hue: 0.50 , saturation: 0.62 and the lightness value of bff0ef is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 11101111
Octal 277 360 357
Decimal 191 240 239
Hex BF F0 EF

RGB Percentages of Color #bff0ef

%28.51
%35.82
%35.67

CMYK Percentages of Color #bff0ef

%20
%0
%0
%6

Triadic Colors of #bff0ef

#bff0ef #efbff0 #f0efbf

Analogous Colors of #bff0ef

#bff0ef #bfd9f0 #bff0d7

Monochromatic Colors of #bff0ef

#bff0ef

Complementary Color

#bff0ef #f0bfc0

#bff0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff0ef Color CSS Codes

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

#bff0ef Text Font Color

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

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


#bff0ef Background Color

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

This div background color is #bff0ef


#bff0ef Border Color

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

This div border color is #bff0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff0ef


Comments

No comments written yet.

Please login to write comment.