Color Hex Logo

#8ddabb Color Hex

#8DDABB
(141,218,187)
0 Favorites   0 Comments

Color spaces of #8ddabb

RGB 141218187
HSL0.430.510.70
HSV156°35°85°
CMYK 0.350.000.14   0.15
XYZ45.025559.393456.1047
Yxy59.39340.28050.3700
Hunter Lab77.0671-30.581010.7840
CIE-Lab81.5074-30.51897.7757

#8ddabb color RGB value is (141,218,187).

#8ddabb hex color red value is 141, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8ddabb hue: 0.43 , saturation: 0.51 and the lightness value of 8ddabb is 0.70.

The process color (four color CMYK) of #8ddabb color hex is 0.35, 0.00, 0.14, 0.15. Web safe color of #8ddabb is #99cccc. Color #8ddabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11011010 10111011
Octal 215 332 273
Decimal 141 218 187
Hex 8D DA BB

RGB Percentages of Color #8ddabb

%25.82
%39.93
%34.25

CMYK Percentages of Color #8ddabb

%35
%0
%14
%15

Triadic Colors of #8ddabb

#8ddabb #bb8dda #dabb8d

Analogous Colors of #8ddabb

#8ddabb #8dd3da #8dda95

Monochromatic Colors of #8ddabb

#8ddabb

Complementary Color

#8ddabb #da8dac

#8ddabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ddabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ddabb Color CSS Codes

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

#8ddabb Text Font Color

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

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


#8ddabb Background Color

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

This div background color is #8ddabb


#8ddabb Border Color

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

This div border color is #8ddabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ddabb


Comments

No comments written yet.

Please login to write comment.