Color Hex Logo

#8cc5fd Color Hex

#8CC5FD
(140,197,253)
0 Favorites   0 Comments

Color spaces of #8cc5fd

RGB 140197253
HSL0.580.970.77
HSV210°45°99°
CMYK 0.450.220.00   0.01
XYZ48.511152.5998100.5245
Yxy52.59980.24060.2609
Hunter Lab72.5257-7.5247-31.4111
CIE-Lab77.6381-4.0321-33.3004

#8cc5fd color RGB value is (140,197,253).

#8cc5fd hex color red value is 140, green value is 197 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8cc5fd hue: 0.58 , saturation: 0.97 and the lightness value of 8cc5fd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000101 11111101
Octal 214 305 375
Decimal 140 197 253
Hex 8C C5 FD

RGB Percentages of Color #8cc5fd

%23.73
%33.39
%42.88

CMYK Percentages of Color #8cc5fd

%45
%22
%0
%1

Triadic Colors of #8cc5fd

#8cc5fd #fd8cc5 #c5fd8c

Analogous Colors of #8cc5fd

#8cc5fd #8c8dfd #8cfdfd

Monochromatic Colors of #8cc5fd

#8cc5fd

Complementary Color

#8cc5fd #fdc48c

#8cc5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc5fd Color CSS Codes

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

#8cc5fd Text Font Color

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

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


#8cc5fd Background Color

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

This div background color is #8cc5fd


#8cc5fd Border Color

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

This div border color is #8cc5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc5fd


Comments

No comments written yet.

Please login to write comment.