Color Hex Logo

#8dedfa Color Hex

#8DEDFA
(141,237,250)
0 Favorites   0 Comments

Color spaces of #8dedfa

RGB 141237250
HSL0.520.920.77
HSV187°44°98°
CMYK 0.440.050.00   0.02
XYZ58.524073.1332101.4741
Yxy73.13320.25100.3137
Hunter Lab85.5180-27.5004-10.4899
CIE-Lab88.5112-25.1077-15.1650

#8dedfa color RGB value is (141,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101101 11111010
Octal 215 355 372
Decimal 141 237 250
Hex 8D ED FA

RGB Percentages of Color #8dedfa

%22.45
%37.74
%39.81

CMYK Percentages of Color #8dedfa

%44
%5
%0
%2

Triadic Colors of #8dedfa

#8dedfa #fa8ded #edfa8d

Analogous Colors of #8dedfa

#8dedfa #8db7fa #8dfad1

Monochromatic Colors of #8dedfa

#8dedfa

Complementary Color

#8dedfa #fa9a8d

#8dedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dedfa Color CSS Codes

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

#8dedfa Text Font Color

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

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


#8dedfa Background Color

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

This div background color is #8dedfa


#8dedfa Border Color

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

This div border color is #8dedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dedfa


Comments

No comments written yet.

Please login to write comment.