Color Hex Logo

#8fddf8 Color Hex

#8FDDF8
(143,221,248)
0 Favorites   0 Comments

Color spaces of #8fddf8

RGB 143221248
HSL0.540.880.77
HSV195°42°97°
CMYK 0.420.110.00   0.03
XYZ54.127464.329998.3710
Yxy64.32990.24960.2967
Hunter Lab80.2059-19.8987-16.5739
CIE-Lab84.1372-17.1848-20.6943

#8fddf8 color RGB value is (143,221,248).

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

The process color (four color CMYK) of #8fddf8 color hex is 0.42, 0.11, 0.00, 0.03. Web safe color of #8fddf8 is #99ccff. Color #8fddf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011101 11111000
Octal 217 335 370
Decimal 143 221 248
Hex 8F DD F8

RGB Percentages of Color #8fddf8

%23.37
%36.11
%40.52

CMYK Percentages of Color #8fddf8

%42
%11
%0
%3

Triadic Colors of #8fddf8

#8fddf8 #f88fdd #ddf88f

Analogous Colors of #8fddf8

#8fddf8 #8fa9f8 #8ff8df

Monochromatic Colors of #8fddf8

#8fddf8

Complementary Color

#8fddf8 #f8aa8f

#8fddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fddf8 Color CSS Codes

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

#8fddf8 Text Font Color

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

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


#8fddf8 Background Color

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

This div background color is #8fddf8


#8fddf8 Border Color

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

This div border color is #8fddf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fddf8


Comments

No comments written yet.

Please login to write comment.