Color Hex Logo

#8fdafd Color Hex

#8FDAFD
(143,218,253)
0 Favorites   0 Comments

Color spaces of #8fdafd

RGB 143218253
HSL0.550.960.78
HSV199°43°99°
CMYK 0.430.140.00   0.01
XYZ54.128763.0743102.2502
Yxy63.07430.24670.2874
Hunter Lab79.4193-17.3261-20.7407
CIE-Lab83.4815-14.3549-24.3338

#8fdafd color RGB value is (143,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 11111101
Octal 217 332 375
Decimal 143 218 253
Hex 8F DA FD

RGB Percentages of Color #8fdafd

%23.29
%35.50
%41.21

CMYK Percentages of Color #8fdafd

%43
%14
%0
%1

Triadic Colors of #8fdafd

#8fdafd #fd8fda #dafd8f

Analogous Colors of #8fdafd

#8fdafd #8fa3fd #8ffde9

Monochromatic Colors of #8fdafd

#8fdafd

Complementary Color

#8fdafd #fdb28f

#8fdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdafd Color CSS Codes

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

#8fdafd Text Font Color

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

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


#8fdafd Background Color

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

This div background color is #8fdafd


#8fdafd Border Color

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

This div border color is #8fdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdafd


Comments

No comments written yet.

Please login to write comment.