Color Hex Logo

#8cefff Color Hex

#8CEFFF
(140,239,255)
0 Favorites   0 Comments

Color spaces of #8cefff

RGB 140239255
HSL0.521.000.77
HSV188°45°100°
CMYK 0.450.060.00   0.00
XYZ59.731774.5285105.8450
Yxy74.52850.24880.3104
Hunter Lab86.3299-27.5731-12.2617
CIE-Lab89.1717-25.0484-16.7919

#8cefff color RGB value is (140,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11111111
Octal 214 357 377
Decimal 140 239 255
Hex 8C EF FF

RGB Percentages of Color #8cefff

%22.08
%37.70
%40.22

CMYK Percentages of Color #8cefff

%45
%6
%0
%0

Triadic Colors of #8cefff

#8cefff #ff8cef #efff8c

Analogous Colors of #8cefff

#8cefff #8cb6ff #8cffd6

Monochromatic Colors of #8cefff

#8cefff

Complementary Color

#8cefff #ff9c8c

#8cefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefff Color CSS Codes

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

#8cefff Text Font Color

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

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


#8cefff Background Color

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

This div background color is #8cefff


#8cefff Border Color

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

This div border color is #8cefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefff

#8cefff Color Palettes


Comments

No comments written yet.

Please login to write comment.