Color Hex Logo

#8cfcff Color Hex

#8CFCFF
(140,252,255)
0 Favorites   0 Comments

Color spaces of #8cfcff

RGB 140252255
HSL0.501.000.77
HSV182°45°100°
CMYK 0.450.010.00   0.00
XYZ63.675682.4163107.1596
Yxy82.41630.25140.3254
Hunter Lab90.7834-33.6709-6.4368
CIE-Lab92.7583-31.2822-11.4249

#8cfcff color RGB value is (140,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111100 11111111
Octal 214 374 377
Decimal 140 252 255
Hex 8C FC FF

RGB Percentages of Color #8cfcff

%21.64
%38.95
%39.41

CMYK Percentages of Color #8cfcff

%45
%1
%0
%0

Triadic Colors of #8cfcff

#8cfcff #ff8cfc #fcff8c

Analogous Colors of #8cfcff

#8cfcff #8cc3ff #8cffc9

Monochromatic Colors of #8cfcff

#8cfcff

Complementary Color

#8cfcff #ff8f8c

#8cfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfcff Color CSS Codes

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

#8cfcff Text Font Color

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

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


#8cfcff Background Color

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

This div background color is #8cfcff


#8cfcff Border Color

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

This div border color is #8cfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.