Color Hex Logo

#8fdcfd Color Hex

#8FDCFD
(143,220,253)
0 Favorites   0 Comments

Color spaces of #8fdcfd

RGB 143220253
HSL0.550.960.78
HSV198°43°99°
CMYK 0.430.130.00   0.01
XYZ54.650564.1179102.4241
Yxy64.11790.24710.2899
Hunter Lab80.0737-18.3021-19.7877
CIE-Lab84.0271-15.3794-23.5039

#8fdcfd color RGB value is (143,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011100 11111101
Octal 217 334 375
Decimal 143 220 253
Hex 8F DC FD

RGB Percentages of Color #8fdcfd

%23.21
%35.71
%41.07

CMYK Percentages of Color #8fdcfd

%43
%13
%0
%1

Triadic Colors of #8fdcfd

#8fdcfd #fd8fdc #dcfd8f

Analogous Colors of #8fdcfd

#8fdcfd #8fa5fd #8ffde7

Monochromatic Colors of #8fdcfd

#8fdcfd

Complementary Color

#8fdcfd #fdb08f

#8fdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdcfd Color CSS Codes

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

#8fdcfd Text Font Color

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

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


#8fdcfd Background Color

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

This div background color is #8fdcfd


#8fdcfd Border Color

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

This div border color is #8fdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdcfd


Comments

No comments written yet.

Please login to write comment.