Color Hex Logo

#8eddfa Color Hex

#8EDDFA
(142,221,250)
0 Favorites   0 Comments

Color spaces of #8eddfa

RGB 142221250
HSL0.540.920.77
HSV196°43°98°
CMYK 0.430.120.00   0.02
XYZ54.267164.3658100.0061
Yxy64.36580.24820.2944
Hunter Lab80.2283-19.6606-17.7463
CIE-Lab84.1559-16.9089-21.7276

#8eddfa color RGB value is (142,221,250).

#8eddfa hex color red value is 142, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8eddfa hue: 0.54 , saturation: 0.92 and the lightness value of 8eddfa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11111010
Octal 216 335 372
Decimal 142 221 250
Hex 8E DD FA

RGB Percentages of Color #8eddfa

%23.16
%36.05
%40.78

CMYK Percentages of Color #8eddfa

%43
%12
%0
%2

Triadic Colors of #8eddfa

#8eddfa #fa8edd #ddfa8e

Analogous Colors of #8eddfa

#8eddfa #8ea7fa #8efae1

Monochromatic Colors of #8eddfa

#8eddfa

Complementary Color

#8eddfa #faab8e

#8eddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddfa Color CSS Codes

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

#8eddfa Text Font Color

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

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


#8eddfa Background Color

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

This div background color is #8eddfa


#8eddfa Border Color

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

This div border color is #8eddfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,221,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eddfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eddfa;
  -webkit-box-shadow: 1px 1px 3px 2px #8eddfa;
  box-shadow:         1px 1px 3px 2px #8eddfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,221,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddfa


Comments

No comments written yet.

Please login to write comment.