Color Hex Logo

#8deafd Color Hex

#8DEAFD
(141,234,253)
0 Favorites   0 Comments

Color spaces of #8deafd

RGB 141234253
HSL0.530.970.77
HSV190°44°99°
CMYK 0.440.080.00   0.01
XYZ58.136971.6002103.6846
Yxy71.60020.24910.3067
Hunter Lab84.6169-25.4393-13.4187
CIE-Lab87.7758-22.8777-17.8413

#8deafd color RGB value is (141,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101010 11111101
Octal 215 352 375
Decimal 141 234 253
Hex 8D EA FD

RGB Percentages of Color #8deafd

%22.45
%37.26
%40.29

CMYK Percentages of Color #8deafd

%44
%8
%0
%1

Triadic Colors of #8deafd

#8deafd #fd8dea #eafd8d

Analogous Colors of #8deafd

#8deafd #8db2fd #8dfdd8

Monochromatic Colors of #8deafd

#8deafd

Complementary Color

#8deafd #fda08d

#8deafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deafd Color CSS Codes

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

#8deafd Text Font Color

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

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


#8deafd Background Color

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

This div background color is #8deafd


#8deafd Border Color

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

This div border color is #8deafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deafd


Comments

No comments written yet.

Please login to write comment.