Color Hex Logo

#8deeff Color Hex

#8DEEFF
(141,238,255)
0 Favorites   0 Comments

Color spaces of #8deeff

RGB 141238255
HSL0.521.000.78
HSV189°45°100°
CMYK 0.450.070.00   0.00
XYZ59.609074.0318105.7556
Yxy74.03180.24900.3092
Hunter Lab86.0417-26.9097-12.6453
CIE-Lab88.9375-24.3326-17.1398

#8deeff color RGB value is (141,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101110 11111111
Octal 215 356 377
Decimal 141 238 255
Hex 8D EE FF

RGB Percentages of Color #8deeff

%22.24
%37.54
%40.22

CMYK Percentages of Color #8deeff

%45
%7
%0
%0

Triadic Colors of #8deeff

#8deeff #ff8dee #eeff8d

Analogous Colors of #8deeff

#8deeff #8db5ff #8dffd7

Monochromatic Colors of #8deeff

#8deeff

Complementary Color

#8deeff #ff9e8d

#8deeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deeff Color CSS Codes

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

#8deeff Text Font Color

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

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


#8deeff Background Color

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

This div background color is #8deeff


#8deeff Border Color

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

This div border color is #8deeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deeff


Comments

No comments written yet.

Please login to write comment.