Color Hex Logo

#8deffd Color Hex

#8DEFFD
(141,239,253)
0 Favorites   0 Comments

Color spaces of #8deffd

RGB 141239253
HSL0.520.970.77
HSV188°44°99°
CMYK 0.440.060.00   0.01
XYZ59.580674.4876104.1658
Yxy74.48760.25010.3127
Hunter Lab86.3062-27.8102-11.1447
CIE-Lab89.1524-25.3269-15.7717

#8deffd color RGB value is (141,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 11111101
Octal 215 357 375
Decimal 141 239 253
Hex 8D EF FD

RGB Percentages of Color #8deffd

%22.27
%37.76
%39.97

CMYK Percentages of Color #8deffd

%44
%6
%0
%1

Triadic Colors of #8deffd

#8deffd #fd8def #effd8d

Analogous Colors of #8deffd

#8deffd #8db7fd #8dfdd3

Monochromatic Colors of #8deffd

#8deffd

Complementary Color

#8deffd #fd9b8d

#8deffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deffd Color CSS Codes

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

#8deffd Text Font Color

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

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


#8deffd Background Color

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

This div background color is #8deffd


#8deffd Border Color

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

This div border color is #8deffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deffd

Related Colors

#8deffd Color Palettes


Comments

No comments written yet.

Please login to write comment.