Color Hex Logo

#8fdcfb Color Hex

#8FDCFB
(143,220,251)
0 Favorites   0 Comments

Color spaces of #8fdcfb

RGB 143220251
HSL0.550.930.77
HSV197°43°98°
CMYK 0.430.120.00   0.02
XYZ54.333563.9911100.7546
Yxy63.99110.24800.2921
Hunter Lab79.9944-18.7502-18.6808
CIE-Lab83.9611-15.9004-22.5471

#8fdcfb color RGB value is (143,220,251).

#8fdcfb hex color red value is 143, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8fdcfb hue: 0.55 , saturation: 0.93 and the lightness value of 8fdcfb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11111011
Octal 217 334 373
Decimal 143 220 251
Hex 8F DC FB

RGB Percentages of Color #8fdcfb

%23.29
%35.83
%40.88

CMYK Percentages of Color #8fdcfb

%43
%12
%0
%2

Triadic Colors of #8fdcfb

#8fdcfb #fb8fdc #dcfb8f

Analogous Colors of #8fdcfb

#8fdcfb #8fa6fb #8ffbe4

Monochromatic Colors of #8fdcfb

#8fdcfb

Complementary Color

#8fdcfb #fbae8f

#8fdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcfb Color CSS Codes

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

#8fdcfb Text Font Color

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

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


#8fdcfb Background Color

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

This div background color is #8fdcfb


#8fdcfb Border Color

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

This div border color is #8fdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcfb


Comments

No comments written yet.

Please login to write comment.