Color Hex Logo

#8cc8fd Color Hex

#8CC8FD
(140,200,253)
0 Favorites   0 Comments

Color spaces of #8cc8fd

RGB 140200253
HSL0.580.970.77
HSV208°45°99°
CMYK 0.450.210.00   0.01
XYZ49.199153.9759100.7538
Yxy53.97590.24130.2647
Hunter Lab73.4683-9.0344-29.8820
CIE-Lab78.4477-5.6415-32.0526

#8cc8fd color RGB value is (140,200,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001000 11111101
Octal 214 310 375
Decimal 140 200 253
Hex 8C C8 FD

RGB Percentages of Color #8cc8fd

%23.61
%33.73
%42.66

CMYK Percentages of Color #8cc8fd

%45
%21
%0
%1

Triadic Colors of #8cc8fd

#8cc8fd #fd8cc8 #c8fd8c

Analogous Colors of #8cc8fd

#8cc8fd #8c90fd #8cfdfa

Monochromatic Colors of #8cc8fd

#8cc8fd

Complementary Color

#8cc8fd #fdc18c

#8cc8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc8fd Color CSS Codes

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

#8cc8fd Text Font Color

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

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


#8cc8fd Background Color

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

This div background color is #8cc8fd


#8cc8fd Border Color

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

This div border color is #8cc8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc8fd


Comments

No comments written yet.

Please login to write comment.