Color Hex Logo

#8defb3 Color Hex

#8DEFB3
(141,239,179)
0 Favorites   0 Comments

Color spaces of #8defb3

RGB 141239179
HSL0.400.750.75
HSV143°41°94°
CMYK 0.410.000.25   0.06
XYZ49.987770.650453.6501
Yxy70.65040.28680.4054
Hunter Lab84.0538-40.938320.9939
CIE-Lab87.3149-41.728520.1619

#8defb3 color RGB value is (141,239,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 10110011
Octal 215 357 263
Decimal 141 239 179
Hex 8D EF B3

RGB Percentages of Color #8defb3

%25.22
%42.75
%32.02

CMYK Percentages of Color #8defb3

%41
%0
%25
%6

Triadic Colors of #8defb3

#8defb3 #b38def #efb38d

Analogous Colors of #8defb3

#8defb3 #8defe4 #98ef8d

Monochromatic Colors of #8defb3

#8defb3

Complementary Color

#8defb3 #ef8dc9

#8defb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defb3 Color CSS Codes

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

#8defb3 Text Font Color

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

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


#8defb3 Background Color

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

This div background color is #8defb3


#8defb3 Border Color

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

This div border color is #8defb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defb3


Comments

No comments written yet.

Please login to write comment.