Color Hex Logo

#8cfbff Color Hex

#8CFBFF
(140,251,255)
0 Favorites   0 Comments

Color spaces of #8cfbff

RGB 140251255
HSL0.511.000.77
HSV182°45°100°
CMYK 0.450.020.00   0.00
XYZ63.362481.7898107.0552
Yxy81.78980.25120.3243
Hunter Lab90.4377-33.2055-6.8778
CIE-Lab92.4820-30.8098-11.8366

#8cfbff color RGB value is (140,251,255).

#8cfbff hex color red value is 140, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8cfbff hue: 0.51 , saturation: 1.00 and the lightness value of 8cfbff is 0.77.

The process color (four color CMYK) of #8cfbff color hex is 0.45, 0.02, 0.00, 0.00. Web safe color of #8cfbff is #99ffff. Color #8cfbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111011 11111111
Octal 214 373 377
Decimal 140 251 255
Hex 8C FB FF

RGB Percentages of Color #8cfbff

%21.67
%38.85
%39.47

CMYK Percentages of Color #8cfbff

%45
%2
%0
%0

Triadic Colors of #8cfbff

#8cfbff #ff8cfb #fbff8c

Analogous Colors of #8cfbff

#8cfbff #8cc2ff #8cffca

Monochromatic Colors of #8cfbff

#8cfbff

Complementary Color

#8cfbff #ff908c

#8cfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfbff Color CSS Codes

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

#8cfbff Text Font Color

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

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


#8cfbff Background Color

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

This div background color is #8cfbff


#8cfbff Border Color

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

This div border color is #8cfbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,251,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cfbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cfbff;
  -webkit-box-shadow: 1px 1px 3px 2px #8cfbff;
  box-shadow:         1px 1px 3px 2px #8cfbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,251,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 #8cfbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfbff

Related Colors

#8cfbff Color Palettes


Comments

No comments written yet.

Please login to write comment.