Color Hex Logo

#8fddce Color Hex

#8FDDCE
(143,221,206)
0 Favorites   0 Comments

Color spaces of #8fddce

RGB 143221206
HSL0.470.530.71
HSV168°35°87°
CMYK 0.350.000.07   0.13
XYZ48.324762.008867.8144
Yxy62.00880.27130.3481
Hunter Lab78.7457-28.26294.0624
CIE-Lab82.9181-27.3031-0.2500

#8fddce color RGB value is (143,221,206).

#8fddce hex color red value is 143, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8fddce hue: 0.47 , saturation: 0.53 and the lightness value of 8fddce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 11001110
Octal 217 335 316
Decimal 143 221 206
Hex 8F DD CE

RGB Percentages of Color #8fddce

%25.09
%38.77
%36.14

CMYK Percentages of Color #8fddce

%35
%0
%7
%13

Triadic Colors of #8fddce

#8fddce #ce8fdd #ddce8f

Analogous Colors of #8fddce

#8fddce #8fc5dd #8fdda7

Monochromatic Colors of #8fddce

#8fddce

Complementary Color

#8fddce #dd8f9e

#8fddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddce Color CSS Codes

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

#8fddce Text Font Color

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

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


#8fddce Background Color

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

This div background color is #8fddce


#8fddce Border Color

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

This div border color is #8fddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddce


Comments

No comments written yet.

Please login to write comment.