Color Hex Logo

#bff4ff Color Hex

#BFF4FF
(191,244,255)
0 Favorites   0 Comments

Color spaces of #bff4ff

RGB 191244255
HSL0.531.000.87
HSV190°25°100°
CMYK 0.250.040.00   0.00
XYZ71.886582.9977106.8391
Yxy82.99770.27470.3171
Hunter Lab91.1031-18.5818-5.7589
CIE-Lab93.0134-14.3317-10.7865

#bff4ff color RGB value is (191,244,255).

#bff4ff hex color red value is 191, green value is 244 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bff4ff hue: 0.53 , saturation: 1.00 and the lightness value of bff4ff is 0.87.

The process color (four color CMYK) of #bff4ff color hex is 0.25, 0.04, 0.00, 0.00. Web safe color of #bff4ff is #ccffff. Color #bff4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110100 11111111
Octal 277 364 377
Decimal 191 244 255
Hex BF F4 FF

RGB Percentages of Color #bff4ff

%27.68
%35.36
%36.96

CMYK Percentages of Color #bff4ff

%25
%4
%0
%0

Triadic Colors of #bff4ff

#bff4ff #ffbff4 #f4ffbf

Analogous Colors of #bff4ff

#bff4ff #bfd4ff #bfffea

Monochromatic Colors of #bff4ff

#bff4ff

Complementary Color

#bff4ff #ffcabf

#bff4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff4ff Color CSS Codes

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

#bff4ff Text Font Color

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

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


#bff4ff Background Color

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

This div background color is #bff4ff


#bff4ff Border Color

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

This div border color is #bff4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.