Color Hex Logo

#8fc9da Color Hex

#8FC9DA
(143,201,218)
0 Favorites   0 Comments

Color spaces of #8fc9da

RGB 143201218
HSL0.540.500.71
HSV194°34°85°
CMYK 0.340.080.00   0.15
XYZ44.869252.674974.1321
Yxy52.67490.26140.3068
Hunter Lab72.5775-16.6574-9.7558
CIE-Lab77.6827-14.4846-14.4239

#8fc9da color RGB value is (143,201,218).

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

The process color (four color CMYK) of #8fc9da color hex is 0.34, 0.08, 0.00, 0.15. Web safe color of #8fc9da is #99cccc. Color #8fc9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001001 11011010
Octal 217 311 332
Decimal 143 201 218
Hex 8F C9 DA

RGB Percentages of Color #8fc9da

%25.44
%35.77
%38.79

CMYK Percentages of Color #8fc9da

%34
%8
%0
%15

Triadic Colors of #8fc9da

#8fc9da #da8fc9 #c9da8f

Analogous Colors of #8fc9da

#8fc9da #8fa4da #8fdac6

Monochromatic Colors of #8fc9da

#8fc9da

Complementary Color

#8fc9da #daa08f

#8fc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fc9da Color CSS Codes

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

#8fc9da Text Font Color

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

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


#8fc9da Background Color

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

This div background color is #8fc9da


#8fc9da Border Color

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

This div border color is #8fc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fc9da


Comments

No comments written yet.

Please login to write comment.