Color Hex Logo

#8dfefd Color Hex

#8DFEFD
(141,254,253)
0 Favorites   0 Comments

Color spaces of #8dfefd

RGB 141254253
HSL0.500.980.77
HSV179°44°100°
CMYK 0.440.000.00   0.00
XYZ64.155983.6382105.6909
Yxy83.63820.25310.3300
Hunter Lab91.4539-34.8247-4.5022
CIE-Lab93.2931-32.4903-9.5897

#8dfefd color RGB value is (141,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111110 11111101
Octal 215 376 375
Decimal 141 254 253
Hex 8D FE FD

RGB Percentages of Color #8dfefd

%21.76
%39.20
%39.04

CMYK Percentages of Color #8dfefd

%44
%0
%0
%0

Triadic Colors of #8dfefd

#8dfefd #fd8dfe #fefd8d

Analogous Colors of #8dfefd

#8dfefd #8dc7fe #8dfec5

Monochromatic Colors of #8dfefd

#8dfefd

Complementary Color

#8dfefd #fe8d8e

#8dfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dfefd Color CSS Codes

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

#8dfefd Text Font Color

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

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


#8dfefd Background Color

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

This div background color is #8dfefd


#8dfefd Border Color

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

This div border color is #8dfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.