Color Hex Logo

#8ddeaf Color Hex

#8DDEAF
(141,222,175)
0 Favorites   0 Comments

Color spaces of #8ddeaf

RGB 141222175
HSL0.400.550.71
HSV145°36°87°
CMYK 0.360.000.21   0.13
XYZ44.843661.000449.9682
Yxy61.00040.28780.3915
Hunter Lab78.1028-34.192016.7397
CIE-Lab82.3790-34.801415.3514

#8ddeaf color RGB value is (141,222,175).

#8ddeaf hex color red value is 141, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8ddeaf hue: 0.40 , saturation: 0.55 and the lightness value of 8ddeaf is 0.71.

The process color (four color CMYK) of #8ddeaf color hex is 0.36, 0.00, 0.21, 0.13. Web safe color of #8ddeaf is #99cc99. Color #8ddeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011110 10101111
Octal 215 336 257
Decimal 141 222 175
Hex 8D DE AF

RGB Percentages of Color #8ddeaf

%26.21
%41.26
%32.53

CMYK Percentages of Color #8ddeaf

%36
%0
%21
%13

Triadic Colors of #8ddeaf

#8ddeaf #af8dde #deaf8d

Analogous Colors of #8ddeaf

#8ddeaf #8dded8 #94de8d

Monochromatic Colors of #8ddeaf

#8ddeaf

Complementary Color

#8ddeaf #de8dbc

#8ddeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddeaf Color CSS Codes

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

#8ddeaf Text Font Color

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

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


#8ddeaf Background Color

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

This div background color is #8ddeaf


#8ddeaf Border Color

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

This div border color is #8ddeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddeaf


Comments

No comments written yet.

Please login to write comment.