Color Hex Logo

#8fdcdc Color Hex

#8FDCDC
(143,220,220)
0 Favorites   0 Comments

Color spaces of #8fdcdc

RGB 143220220
HSL0.500.520.71
HSV180°35°86°
CMYK 0.350.000.00   0.14
XYZ49.839262.193377.0879
Yxy62.19330.26350.3289
Hunter Lab78.8627-25.2024-2.7518
CIE-Lab83.0161-23.5994-7.5363

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11011100
Octal 217 334 334
Decimal 143 220 220
Hex 8F DC DC

RGB Percentages of Color #8fdcdc

%24.53
%37.74
%37.74

CMYK Percentages of Color #8fdcdc

%35
%0
%0
%14

Triadic Colors of #8fdcdc

#8fdcdc #dc8fdc #dcdc8f

Analogous Colors of #8fdcdc

#8fdcdc #8fb6dc #8fdcb6

Monochromatic Colors of #8fdcdc

#8fdcdc

Complementary Color

#8fdcdc #dc8f8f

#8fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcdc Color CSS Codes

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

#8fdcdc Text Font Color

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

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


#8fdcdc Background Color

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

This div background color is #8fdcdc


#8fdcdc Border Color

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

This div border color is #8fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcdc


Comments

No comments written yet.

Please login to write comment.