Color Hex Logo

#8fdffd Color Hex

#8FDFFD
(143,223,253)
0 Favorites   0 Comments

Color spaces of #8fdffd

RGB 143223253
HSL0.550.960.78
HSV196°43°99°
CMYK 0.430.120.00   0.01
XYZ55.445065.7068102.6889
Yxy65.70680.24770.2935
Hunter Lab81.0597-19.7602-18.3685
CIE-Lab84.8466-16.9067-22.2597

#8fdffd color RGB value is (143,223,253).

#8fdffd hex color red value is 143, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8fdffd hue: 0.55 , saturation: 0.96 and the lightness value of 8fdffd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 11111101
Octal 217 337 375
Decimal 143 223 253
Hex 8F DF FD

RGB Percentages of Color #8fdffd

%23.10
%36.03
%40.87

CMYK Percentages of Color #8fdffd

%43
%12
%0
%1

Triadic Colors of #8fdffd

#8fdffd #fd8fdf #dffd8f

Analogous Colors of #8fdffd

#8fdffd #8fa8fd #8ffde4

Monochromatic Colors of #8fdffd

#8fdffd

Complementary Color

#8fdffd #fdad8f

#8fdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdffd Color CSS Codes

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

#8fdffd Text Font Color

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

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


#8fdffd Background Color

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

This div background color is #8fdffd


#8fdffd Border Color

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

This div border color is #8fdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdffd

#8fdffd Color Palettes


Comments

No comments written yet.

Please login to write comment.