Color Hex Logo

#8dedfe Color Hex

#8DEDFE
(141,237,254)
0 Favorites   0 Comments

Color spaces of #8dedfe

RGB 141237254
HSL0.530.980.77
HSV189°44°100°
CMYK 0.440.070.00   0.00
XYZ59.158173.3869104.8130
Yxy73.38690.24920.3092
Hunter Lab85.6662-26.6498-12.5753
CIE-Lab88.6319-24.0972-17.0765

#8dedfe color RGB value is (141,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101101 11111110
Octal 215 355 376
Decimal 141 237 254
Hex 8D ED FE

RGB Percentages of Color #8dedfe

%22.31
%37.50
%40.19

CMYK Percentages of Color #8dedfe

%44
%7
%0
%0

Triadic Colors of #8dedfe

#8dedfe #fe8ded #edfe8d

Analogous Colors of #8dedfe

#8dedfe #8db5fe #8dfed7

Monochromatic Colors of #8dedfe

#8dedfe

Complementary Color

#8dedfe #fe9e8d

#8dedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dedfe Color CSS Codes

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

#8dedfe Text Font Color

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

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


#8dedfe Background Color

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

This div background color is #8dedfe


#8dedfe Border Color

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

This div border color is #8dedfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,237,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dedfe


Comments

No comments written yet.

Please login to write comment.