Color Hex Logo

#8dedff Color Hex

#8DEDFF
(141,237,255)
0 Favorites   0 Comments

Color spaces of #8dedff

RGB 141237255
HSL0.531.000.78
HSV189°45°100°
CMYK 0.450.070.00   0.00
XYZ59.318773.4511105.6588
Yxy73.45110.24880.3081
Hunter Lab85.7036-26.4348-13.1025
CIE-Lab88.6624-23.8427-17.5536

#8dedff color RGB value is (141,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101101 11111111
Octal 215 355 377
Decimal 141 237 255
Hex 8D ED FF

RGB Percentages of Color #8dedff

%22.27
%37.44
%40.28

CMYK Percentages of Color #8dedff

%45
%7
%0
%0

Triadic Colors of #8dedff

#8dedff #ff8ded #edff8d

Analogous Colors of #8dedff

#8dedff #8db4ff #8dffd8

Monochromatic Colors of #8dedff

#8dedff

Complementary Color

#8dedff #ff9f8d

#8dedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dedff Color CSS Codes

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

#8dedff Text Font Color

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

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


#8dedff Background Color

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

This div background color is #8dedff


#8dedff Border Color

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

This div border color is #8dedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dedff


Comments

No comments written yet.

Please login to write comment.