Color Hex Logo

#8deeee Color Hex DarkSlateGray2

#8DEEEE
(141,238,238)
19 Favorites   1 Comments

Color spaces of #8deeee DarkSlateGray2

RGB 141238238
HSL0.500.740.74
HSV180°41°93°
CMYK 0.410.000.00   0.07
XYZ56.991772.984891.9726
Yxy72.98480.25680.3288
Hunter Lab85.4311-30.4259-4.0280
CIE-Lab88.4405-28.5481-8.9887

#8deeee color RGB value is (141,238,238). #8deeee color name is DarkSlateGray2 color.

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

The process color (four color CMYK) of #8deeee color hex is 0.41, 0.00, 0.00, 0.07. Web safe color of #8deeee is #99ffff. Color #8deeee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101110 11101110
Octal 215 356 356
Decimal 141 238 238
Hex 8D EE EE

RGB Percentages of Color #8deeee

%22.85
%38.57
%38.57

CMYK Percentages of Color #8deeee

%41
%0
%0
%7

Triadic Colors of #8deeee

#8deeee #ee8dee #eeee8d

Analogous Colors of #8deeee

#8deeee #8dbeee #8deebe

Monochromatic Colors of #8deeee

#8deeee

Complementary Color

#8deeee #ee8d8d

#8deeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deeee Color CSS Codes

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

#8deeee Text Font Color

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

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


#8deeee Background Color

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

This div background color is #8deeee


#8deeee Border Color

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

This div border color is #8deeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deeee


Comments

7 Aug 2023, 17:59 Zacapea

It is another pastel blue of similar shade of this colour 1, not grey?

Please login to write comment.