Color Hex Logo

#8fbfcc Color Hex

#8FBFCC
(143,191,204)
0 Favorites   0 Comments

Color spaces of #8fbfcc

RGB 143191204
HSL0.540.370.68
HSV193°30°80°
CMYK 0.300.060.00   0.20
XYZ40.857647.460964.1342
Yxy47.46090.26800.3113
Hunter Lab68.8919-14.6980-6.9711
CIE-Lab74.4836-12.6623-11.6449

#8fbfcc color RGB value is (143,191,204).

#8fbfcc hex color red value is 143, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8fbfcc hue: 0.54 , saturation: 0.37 and the lightness value of 8fbfcc is 0.68.

The process color (four color CMYK) of #8fbfcc color hex is 0.30, 0.06, 0.00, 0.20. Web safe color of #8fbfcc is #99cccc. Color #8fbfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111111 11001100
Octal 217 277 314
Decimal 143 191 204
Hex 8F BF CC

RGB Percentages of Color #8fbfcc

%26.58
%35.50
%37.92

CMYK Percentages of Color #8fbfcc

%30
%6
%0
%20

Triadic Colors of #8fbfcc

#8fbfcc #cc8fbf #bfcc8f

Analogous Colors of #8fbfcc

#8fbfcc #8fa1cc #8fccbb

Monochromatic Colors of #8fbfcc

#8fbfcc

Complementary Color

#8fbfcc #cc9c8f

#8fbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbfcc Color CSS Codes

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

#8fbfcc Text Font Color

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

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


#8fbfcc Background Color

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

This div background color is #8fbfcc


#8fbfcc Border Color

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

This div border color is #8fbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbfcc


Comments

No comments written yet.

Please login to write comment.