Color Hex Logo

#8fddfa Color Hex

#8FDDFA
(143,221,250)
0 Favorites   0 Comments

Color spaces of #8fddfa

RGB 143221250
HSL0.550.910.77
HSV196°43°98°
CMYK 0.430.120.00   0.02
XYZ54.439564.4547100.0142
Yxy64.45470.24870.2944
Hunter Lab80.2837-19.4575-17.6625
CIE-Lab84.2020-16.6687-21.6534

#8fddfa color RGB value is (143,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 11111010
Octal 217 335 372
Decimal 143 221 250
Hex 8F DD FA

RGB Percentages of Color #8fddfa

%23.29
%35.99
%40.72

CMYK Percentages of Color #8fddfa

%43
%12
%0
%2

Triadic Colors of #8fddfa

#8fddfa #fa8fdd #ddfa8f

Analogous Colors of #8fddfa

#8fddfa #8fa8fa #8ffae2

Monochromatic Colors of #8fddfa

#8fddfa

Complementary Color

#8fddfa #faac8f

#8fddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddfa Color CSS Codes

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

#8fddfa Text Font Color

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

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


#8fddfa Background Color

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

This div background color is #8fddfa


#8fddfa Border Color

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

This div border color is #8fddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddfa


Comments

No comments written yet.

Please login to write comment.