Color Hex Logo

#8fddcc Color Hex

#8FDDCC
(143,221,204)
0 Favorites   0 Comments

Color spaces of #8fddcc

RGB 143221204
HSL0.460.530.71
HSV167°35°87°
CMYK 0.350.000.08   0.13
XYZ48.083261.912266.5427
Yxy61.91220.27240.3507
Hunter Lab78.6843-28.61804.9379
CIE-Lab82.8667-27.74750.7358

#8fddcc color RGB value is (143,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 11001100
Octal 217 335 314
Decimal 143 221 204
Hex 8F DD CC

RGB Percentages of Color #8fddcc

%25.18
%38.91
%35.92

CMYK Percentages of Color #8fddcc

%35
%0
%8
%13

Triadic Colors of #8fddcc

#8fddcc #cc8fdd #ddcc8f

Analogous Colors of #8fddcc

#8fddcc #8fc7dd #8fdda5

Monochromatic Colors of #8fddcc

#8fddcc

Complementary Color

#8fddcc #dd8fa0

#8fddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddcc Color CSS Codes

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

#8fddcc Text Font Color

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

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


#8fddcc Background Color

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

This div background color is #8fddcc


#8fddcc Border Color

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

This div border color is #8fddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddcc


Comments

No comments written yet.

Please login to write comment.