Color Hex Logo

#8cdffe Color Hex

#8CDFFE
(140,223,254)
0 Favorites   0 Comments

Color spaces of #8cdffe

RGB 140223254
HSL0.550.980.77
HSV196°45°100°
CMYK 0.450.120.00   0.00
XYZ55.092365.5066103.5063
Yxy65.50660.24580.2923
Hunter Lab80.9361-20.1354-19.1685
CIE-Lab84.7441-17.3525-22.9555

#8cdffe color RGB value is (140,223,254).

#8cdffe hex color red value is 140, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8cdffe hue: 0.55 , saturation: 0.98 and the lightness value of 8cdffe is 0.77.

The process color (four color CMYK) of #8cdffe color hex is 0.45, 0.12, 0.00, 0.00. Web safe color of #8cdffe is #99ccff. Color #8cdffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 11111110
Octal 214 337 376
Decimal 140 223 254
Hex 8C DF FE

RGB Percentages of Color #8cdffe

%22.69
%36.14
%41.17

CMYK Percentages of Color #8cdffe

%45
%12
%0
%0

Triadic Colors of #8cdffe

#8cdffe #fe8cdf #dffe8c

Analogous Colors of #8cdffe

#8cdffe #8ca6fe #8cfee4

Monochromatic Colors of #8cdffe

#8cdffe

Complementary Color

#8cdffe #feab8c

#8cdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdffe Color CSS Codes

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

#8cdffe Text Font Color

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

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


#8cdffe Background Color

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

This div background color is #8cdffe


#8cdffe Border Color

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

This div border color is #8cdffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,223,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdffe


Comments

No comments written yet.

Please login to write comment.