Color Hex Logo

#8defbd Color Hex

#8DEFBD
(141,239,189)
0 Favorites   0 Comments

Color spaces of #8defbd

RGB 141239189
HSL0.410.750.75
HSV149°41°94°
CMYK 0.410.000.21   0.06
XYZ51.036371.069859.1721
Yxy71.06980.28150.3920
Hunter Lab84.3029-39.467617.3965
CIE-Lab87.5189-39.805415.2701

#8defbd color RGB value is (141,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 10111101
Octal 215 357 275
Decimal 141 239 189
Hex 8D EF BD

RGB Percentages of Color #8defbd

%24.78
%42.00
%33.22

CMYK Percentages of Color #8defbd

%41
%0
%21
%6

Triadic Colors of #8defbd

#8defbd #bd8def #efbd8d

Analogous Colors of #8defbd

#8defbd #8defee #8eef8d

Monochromatic Colors of #8defbd

#8defbd

Complementary Color

#8defbd #ef8dbf

#8defbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defbd Color CSS Codes

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

#8defbd Text Font Color

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

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


#8defbd Background Color

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

This div background color is #8defbd


#8defbd Border Color

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

This div border color is #8defbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defbd


Comments

No comments written yet.

Please login to write comment.