Color Hex Logo

#8fdbfd Color Hex

#8FDBFD
(143,219,253)
0 Favorites   0 Comments

Color spaces of #8fdbfd

RGB 143219253
HSL0.550.960.78
HSV199°43°99°
CMYK 0.430.130.00   0.01
XYZ54.388863.5945102.3369
Yxy63.59450.24690.2886
Hunter Lab79.7462-17.8145-20.2635
CIE-Lab83.7542-14.8677-23.9189

#8fdbfd color RGB value is (143,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11111101
Octal 217 333 375
Decimal 143 219 253
Hex 8F DB FD

RGB Percentages of Color #8fdbfd

%23.25
%35.61
%41.14

CMYK Percentages of Color #8fdbfd

%43
%13
%0
%1

Triadic Colors of #8fdbfd

#8fdbfd #fd8fdb #dbfd8f

Analogous Colors of #8fdbfd

#8fdbfd #8fa4fd #8ffde8

Monochromatic Colors of #8fdbfd

#8fdbfd

Complementary Color

#8fdbfd #fdb18f

#8fdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbfd Color CSS Codes

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

#8fdbfd Text Font Color

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

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


#8fdbfd Background Color

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

This div background color is #8fdbfd


#8fdbfd Border Color

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

This div border color is #8fdbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbfd


Comments

No comments written yet.

Please login to write comment.