Color Hex Logo

#8dd1be Color Hex

#8DD1BE
(141,209,190)
0 Favorites   0 Comments

Color spaces of #8dd1be

RGB 141209190
HSL0.450.430.69
HSV163°33°82°
CMYK 0.330.000.09   0.18
XYZ43.079254.981457.0571
Yxy54.98140.27770.3544
Hunter Lab74.1494-26.05696.2817
CIE-Lab79.0306-25.54212.6032

#8dd1be color RGB value is (141,209,190).

#8dd1be hex color red value is 141, green value is 209 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8dd1be hue: 0.45 , saturation: 0.43 and the lightness value of 8dd1be is 0.69.

The process color (four color CMYK) of #8dd1be color hex is 0.33, 0.00, 0.09, 0.18. Web safe color of #8dd1be is #99cccc. Color #8dd1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11010001 10111110
Octal 215 321 276
Decimal 141 209 190
Hex 8D D1 BE

RGB Percentages of Color #8dd1be

%26.11
%38.70
%35.19

CMYK Percentages of Color #8dd1be

%33
%0
%9
%18

Triadic Colors of #8dd1be

#8dd1be #be8dd1 #d1be8d

Analogous Colors of #8dd1be

#8dd1be #8dc2d1 #8dd19c

Monochromatic Colors of #8dd1be

#8dd1be

Complementary Color

#8dd1be #d18da0

#8dd1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dd1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dd1be Color CSS Codes

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

#8dd1be Text Font Color

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

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


#8dd1be Background Color

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

This div background color is #8dd1be


#8dd1be Border Color

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

This div border color is #8dd1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dd1be


Comments

No comments written yet.

Please login to write comment.