Color Hex Logo

#8defc4 Color Hex

#8DEFC4
(141,239,196)
0 Favorites   0 Comments

Color spaces of #8defc4

RGB 141239196
HSL0.430.750.75
HSV154°41°94°
CMYK 0.410.000.18   0.06
XYZ51.814871.381263.2716
Yxy71.38120.27790.3828
Hunter Lab84.4874-38.381714.7396
CIE-Lab87.6699-38.400211.8451

#8defc4 color RGB value is (141,239,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 11000100
Octal 215 357 304
Decimal 141 239 196
Hex 8D EF C4

RGB Percentages of Color #8defc4

%24.48
%41.49
%34.03

CMYK Percentages of Color #8defc4

%41
%0
%18
%6

Triadic Colors of #8defc4

#8defc4 #c48def #efc48d

Analogous Colors of #8defc4

#8defc4 #8de9ef #8def93

Monochromatic Colors of #8defc4

#8defc4

Complementary Color

#8defc4 #ef8db8

#8defc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defc4 Color CSS Codes

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

#8defc4 Text Font Color

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

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


#8defc4 Background Color

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

This div background color is #8defc4


#8defc4 Border Color

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

This div border color is #8defc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defc4


Comments

No comments written yet.

Please login to write comment.