Color Hex Logo

#8fd7dc Color Hex

#8FD7DC
(143,215,220)
0 Favorites   0 Comments

Color spaces of #8fd7dc

RGB 143215220
HSL0.510.520.71
HSV184°35°86°
CMYK 0.350.020.00   0.14
XYZ48.546459.607876.6569
Yxy59.60780.26270.3225
Hunter Lab77.2061-22.8717-4.8240
CIE-Lab81.6245-21.1181-9.6028

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11010111 11011100
Octal 217 327 334
Decimal 143 215 220
Hex 8F D7 DC

RGB Percentages of Color #8fd7dc

%24.74
%37.20
%38.06

CMYK Percentages of Color #8fd7dc

%35
%2
%0
%14

Triadic Colors of #8fd7dc

#8fd7dc #dc8fd7 #d7dc8f

Analogous Colors of #8fd7dc

#8fd7dc #8fb1dc #8fdcbb

Monochromatic Colors of #8fd7dc

#8fd7dc

Complementary Color

#8fd7dc #dc948f

#8fd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fd7dc Color CSS Codes

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

#8fd7dc Text Font Color

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

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


#8fd7dc Background Color

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

This div background color is #8fd7dc


#8fd7dc Border Color

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

This div border color is #8fd7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,215,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 #8fd7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fd7dc


Comments

No comments written yet.

Please login to write comment.