Color Hex Logo

#8fbcfc Color Hex

#8FBCFC
(143,188,252)
0 Favorites   0 Comments

Color spaces of #8fbcfc

RGB 143188252
HSL0.600.950.77
HSV215°43°99°
CMYK 0.430.250.00   0.01
XYZ46.881648.834499.0505
Yxy48.83440.24070.2507
Hunter Lab69.8816-2.5422-35.1208
CIE-Lab75.34821.3132-36.2920

#8fbcfc color RGB value is (143,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111100 11111100
Octal 217 274 374
Decimal 143 188 252
Hex 8F BC FC

RGB Percentages of Color #8fbcfc

%24.53
%32.25
%43.22

CMYK Percentages of Color #8fbcfc

%43
%25
%0
%1

Triadic Colors of #8fbcfc

#8fbcfc #fc8fbc #bcfc8f

Analogous Colors of #8fbcfc

#8fbcfc #998ffc #8ff3fc

Monochromatic Colors of #8fbcfc

#8fbcfc

Complementary Color

#8fbcfc #fccf8f

#8fbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbcfc Color CSS Codes

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

#8fbcfc Text Font Color

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

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


#8fbcfc Background Color

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

This div background color is #8fbcfc


#8fbcfc Border Color

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

This div border color is #8fbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbcfc


Comments

No comments written yet.

Please login to write comment.