Color Hex Logo

#8fccfc Color Hex

#8FCCFC
(143,204,252)
0 Favorites   0 Comments

Color spaces of #8fccfc

RGB 143204252
HSL0.570.950.77
HSV206°43°99°
CMYK 0.430.190.00   0.01
XYZ50.491256.0536100.2537
Yxy56.05360.24420.2711
Hunter Lab74.8690-10.6413-26.9843
CIE-Lab79.6443-7.3152-29.6664

#8fccfc color RGB value is (143,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11111100
Octal 217 314 374
Decimal 143 204 252
Hex 8F CC FC

RGB Percentages of Color #8fccfc

%23.87
%34.06
%42.07

CMYK Percentages of Color #8fccfc

%43
%19
%0
%1

Triadic Colors of #8fccfc

#8fccfc #fc8fcc #ccfc8f

Analogous Colors of #8fccfc

#8fccfc #8f96fc #8ffcf6

Monochromatic Colors of #8fccfc

#8fccfc

Complementary Color

#8fccfc #fcbf8f

#8fccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccfc Color CSS Codes

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

#8fccfc Text Font Color

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

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


#8fccfc Background Color

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

This div background color is #8fccfc


#8fccfc Border Color

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

This div border color is #8fccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.