Color Hex Logo

#8fdcb8 Color Hex

#8FDCB8
(143,220,184)
0 Favorites   0 Comments

Color spaces of #8fdcb8

RGB 143220184
HSL0.420.520.71
HSV152°35°86°
CMYK 0.350.000.16   0.14
XYZ45.572660.486754.6206
Yxy60.48670.28360.3764
Hunter Lab77.7732-31.507812.8015
CIE-Lab82.1020-31.509710.2274

#8fdcb8 color RGB value is (143,220,184).

#8fdcb8 hex color red value is 143, green value is 220 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #8fdcb8 hue: 0.42 , saturation: 0.52 and the lightness value of 8fdcb8 is 0.71.

The process color (four color CMYK) of #8fdcb8 color hex is 0.35, 0.00, 0.16, 0.14. Web safe color of #8fdcb8 is #99cccc. Color #8fdcb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 10111000
Octal 217 334 270
Decimal 143 220 184
Hex 8F DC B8

RGB Percentages of Color #8fdcb8

%26.14
%40.22
%33.64

CMYK Percentages of Color #8fdcb8

%35
%0
%16
%14

Triadic Colors of #8fdcb8

#8fdcb8 #b88fdc #dcb88f

Analogous Colors of #8fdcb8

#8fdcb8 #8fdadc #8fdc92

Monochromatic Colors of #8fdcb8

#8fdcb8

Complementary Color

#8fdcb8 #dc8fb3

#8fdcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcb8 Color CSS Codes

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

#8fdcb8 Text Font Color

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

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


#8fdcb8 Background Color

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

This div background color is #8fdcb8


#8fdcb8 Border Color

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

This div border color is #8fdcb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,220,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fdcb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fdcb8;
  -webkit-box-shadow: 1px 1px 3px 2px #8fdcb8;
  box-shadow:         1px 1px 3px 2px #8fdcb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,220,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcb8


Comments

No comments written yet.

Please login to write comment.