Color Hex Logo

#8deebb Color Hex

#8DEEBB
(141,238,187)
0 Favorites   0 Comments

Color spaces of #8deebb

RGB 141238187
HSL0.410.740.74
HSV148°41°93°
CMYK 0.410.000.21   0.07
XYZ50.528770.399657.9391
Yxy70.39960.28250.3936
Hunter Lab83.9045-39.337117.7912
CIE-Lab87.1925-39.750215.8488

#8deebb color RGB value is (141,238,187).

#8deebb hex color red value is 141, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8deebb hue: 0.41 , saturation: 0.74 and the lightness value of 8deebb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101110 10111011
Octal 215 356 273
Decimal 141 238 187
Hex 8D EE BB

RGB Percentages of Color #8deebb

%24.91
%42.05
%33.04

CMYK Percentages of Color #8deebb

%41
%0
%21
%7

Triadic Colors of #8deebb

#8deebb #bb8dee #eebb8d

Analogous Colors of #8deebb

#8deebb #8deeec #90ee8d

Monochromatic Colors of #8deebb

#8deebb

Complementary Color

#8deebb #ee8dc0

#8deebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8deebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8deebb Color CSS Codes

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

#8deebb Text Font Color

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

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


#8deebb Background Color

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

This div background color is #8deebb


#8deebb Border Color

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

This div border color is #8deebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,238,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 #8deebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8deebb

#8deebb Color Palettes


Comments

No comments written yet.

Please login to write comment.