Color Hex Logo

#8dffe1 Color Hex

#8DFFE1
(141,255,225)
0 Favorites   0 Comments

Color spaces of #8dffe1

RGB 141255225
HSL0.461.000.78
HSV164°45°100°
CMYK 0.450.000.12   0.00
XYZ60.335182.619084.0012
Yxy82.61900.26580.3640
Hunter Lab90.8950-40.57998.8333
CIE-Lab92.8474-39.45474.2373

#8dffe1 color RGB value is (141,255,225).

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

The process color (four color CMYK) of #8dffe1 color hex is 0.45, 0.00, 0.12, 0.00. Web safe color of #8dffe1 is #99ffcc. Color #8dffe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11111111 11100001
Octal 215 377 341
Decimal 141 255 225
Hex 8D FF E1

RGB Percentages of Color #8dffe1

%22.71
%41.06
%36.23

CMYK Percentages of Color #8dffe1

%45
%0
%12
%0

Triadic Colors of #8dffe1

#8dffe1 #e18dff #ffe18d

Analogous Colors of #8dffe1

#8dffe1 #8de4ff #8dffa8

Monochromatic Colors of #8dffe1

#8dffe1

Complementary Color

#8dffe1 #ff8dab

#8dffe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dffe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dffe1 Color CSS Codes

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

#8dffe1 Text Font Color

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

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


#8dffe1 Background Color

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

This div background color is #8dffe1


#8dffe1 Border Color

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

This div border color is #8dffe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dffe1

Related Colors


Comments

No comments written yet.

Please login to write comment.