Color Hex Logo

#8fcdfc Color Hex

#8FCDFC
(143,205,252)
0 Favorites   0 Comments

Color spaces of #8fcdfc

RGB 143205252
HSL0.570.950.77
HSV206°43°99°
CMYK 0.430.190.00   0.01
XYZ50.729756.5306100.3332
Yxy56.53060.24440.2723
Hunter Lab75.1868-11.1403-26.4889
CIE-Lab79.9149-7.8447-29.2514

#8fcdfc color RGB value is (143,205,252).

#8fcdfc hex color red value is 143, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8fcdfc hue: 0.57 , saturation: 0.95 and the lightness value of 8fcdfc is 0.77.

The process color (four color CMYK) of #8fcdfc color hex is 0.43, 0.19, 0.00, 0.01. Web safe color of #8fcdfc is #99ccff. Color #8fcdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 11111100
Octal 217 315 374
Decimal 143 205 252
Hex 8F CD FC

RGB Percentages of Color #8fcdfc

%23.83
%34.17
%42.00

CMYK Percentages of Color #8fcdfc

%43
%19
%0
%1

Triadic Colors of #8fcdfc

#8fcdfc #fc8fcd #cdfc8f

Analogous Colors of #8fcdfc

#8fcdfc #8f97fc #8ffcf5

Monochromatic Colors of #8fcdfc

#8fcdfc

Complementary Color

#8fcdfc #fcbe8f

#8fcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcdfc Color CSS Codes

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

#8fcdfc Text Font Color

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

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


#8fcdfc Background Color

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

This div background color is #8fcdfc


#8fcdfc Border Color

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

This div border color is #8fcdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.