Color Hex Logo

#8cfefd Color Hex

#8CFEFD
(140,254,253)
0 Favorites   0 Comments

Color spaces of #8cfefd

RGB 140254253
HSL0.500.980.77
HSV179°45°100°
CMYK 0.450.000.00   0.00
XYZ63.986783.5509105.6830
Yxy83.55090.25270.3300
Hunter Lab91.4062-35.0062-4.5662
CIE-Lab93.2551-32.7123-9.6503

#8cfefd color RGB value is (140,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111110 11111101
Octal 214 376 375
Decimal 140 254 253
Hex 8C FE FD

RGB Percentages of Color #8cfefd

%21.64
%39.26
%39.10

CMYK Percentages of Color #8cfefd

%45
%0
%0
%0

Triadic Colors of #8cfefd

#8cfefd #fd8cfe #fefd8c

Analogous Colors of #8cfefd

#8cfefd #8cc6fe #8cfec4

Monochromatic Colors of #8cfefd

#8cfefd

Complementary Color

#8cfefd #fe8c8d

#8cfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfefd Color CSS Codes

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

#8cfefd Text Font Color

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

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


#8cfefd Background Color

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

This div background color is #8cfefd


#8cfefd Border Color

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

This div border color is #8cfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.