Color Hex Logo

#bfefff Color Hex LightBlue1

#BFEFFF
(191,239,255)
33 Favorites   0 Comments

Color spaces of #bfefff LightBlue1

RGB 191239255
HSL0.541.000.87
HSV195°25°100°
CMYK 0.250.060.00   0.00
XYZ70.402480.0294106.3444
Yxy80.02940.27420.3117
Hunter Lab89.4592-16.0779-7.8595
CIE-Lab91.6981-11.8188-12.7471

#bfefff color RGB value is (191,239,255). #bfefff color name is LightBlue1 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11111111
Octal 277 357 377
Decimal 191 239 255
Hex BF EF FF

RGB Percentages of Color #bfefff

%27.88
%34.89
%37.23

CMYK Percentages of Color #bfefff

%25
%6
%0
%0

Triadic Colors of #bfefff

#bfefff #ffbfef #efffbf

Analogous Colors of #bfefff

#bfefff #bfcfff #bfffef

Monochromatic Colors of #bfefff

#bfefff

Complementary Color

#bfefff #ffcfbf

#bfefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefff Color CSS Codes

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

#bfefff Text Font Color

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

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


#bfefff Background Color

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

This div background color is #bfefff


#bfefff Border Color

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

This div border color is #bfefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefff


Comments

No comments written yet.

Please login to write comment.