Color Hex Logo

#8defc0 Color Hex

#8DEFC0
(141,239,192)
0 Favorites   0 Comments

Color spaces of #8defc0

RGB 141239192
HSL0.420.750.75
HSV151°41°94°
CMYK 0.410.000.20   0.06
XYZ51.365471.201560.9052
Yxy71.20150.28000.3881
Hunter Lab84.3810-39.008116.2719
CIE-Lab87.5828-39.209213.8021

#8defc0 color RGB value is (141,239,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 11000000
Octal 215 357 300
Decimal 141 239 192
Hex 8D EF C0

RGB Percentages of Color #8defc0

%24.65
%41.78
%33.57

CMYK Percentages of Color #8defc0

%41
%0
%20
%6

Triadic Colors of #8defc0

#8defc0 #c08def #efc08d

Analogous Colors of #8defc0

#8defc0 #8dedef #8def8f

Monochromatic Colors of #8defc0

#8defc0

Complementary Color

#8defc0 #ef8dbc

#8defc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defc0 Color CSS Codes

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

#8defc0 Text Font Color

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

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


#8defc0 Background Color

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

This div background color is #8defc0


#8defc0 Border Color

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

This div border color is #8defc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defc0


Comments

No comments written yet.

Please login to write comment.