Color Hex Logo

#8eeedd Color Hex

#8EEEDD
(142,238,221)
0 Favorites   0 Comments

Color spaces of #8eeedd

RGB 142238221
HSL0.470.740.75
HSV169°40°93°
CMYK 0.400.000.07   0.07
XYZ54.781072.120379.4400
Yxy72.12030.26550.3495
Hunter Lab84.9237-33.47293.9850
CIE-Lab88.0265-32.2872-0.6926

#8eeedd color RGB value is (142,238,221).

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

The process color (four color CMYK) of #8eeedd color hex is 0.40, 0.00, 0.07, 0.07. Web safe color of #8eeedd is #99ffcc. Color #8eeedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 11011101
Octal 216 356 335
Decimal 142 238 221
Hex 8E EE DD

RGB Percentages of Color #8eeedd

%23.63
%39.60
%36.77

CMYK Percentages of Color #8eeedd

%40
%0
%7
%7

Triadic Colors of #8eeedd

#8eeedd #dd8eee #eedd8e

Analogous Colors of #8eeedd

#8eeedd #8ecfee #8eeead

Monochromatic Colors of #8eeedd

#8eeedd

Complementary Color

#8eeedd #ee8e9f

#8eeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeedd Color CSS Codes

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

#8eeedd Text Font Color

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

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


#8eeedd Background Color

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

This div background color is #8eeedd


#8eeedd Border Color

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

This div border color is #8eeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeedd


Comments

No comments written yet.

Please login to write comment.