Color Hex Logo

#8fccff Color Hex

#8FCCFF
(143,204,255)
0 Favorites   0 Comments

Color spaces of #8fccff

RGB 143204255
HSL0.581.000.78
HSV207°44°100°
CMYK 0.440.200.00   0.00
XYZ50.970656.2454102.7777
Yxy56.24540.24270.2678
Hunter Lab74.9969-9.9296-28.7547
CIE-Lab79.7533-6.5073-31.0979

#8fccff color RGB value is (143,204,255).

#8fccff hex color red value is 143, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8fccff hue: 0.58 , saturation: 1.00 and the lightness value of 8fccff is 0.78.

The process color (four color CMYK) of #8fccff color hex is 0.44, 0.20, 0.00, 0.00. Web safe color of #8fccff is #99ccff. Color #8fccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001100 11111111
Octal 217 314 377
Decimal 143 204 255
Hex 8F CC FF

RGB Percentages of Color #8fccff

%23.75
%33.89
%42.36

CMYK Percentages of Color #8fccff

%44
%20
%0
%0

Triadic Colors of #8fccff

#8fccff #ff8fcc #ccff8f

Analogous Colors of #8fccff

#8fccff #8f94ff #8ffffa

Monochromatic Colors of #8fccff

#8fccff

Complementary Color

#8fccff #ffc28f

#8fccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fccff Color CSS Codes

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

#8fccff Text Font Color

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

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


#8fccff Background Color

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

This div background color is #8fccff


#8fccff Border Color

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

This div border color is #8fccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fccff


Comments

No comments written yet.

Please login to write comment.