Color Hex Logo

#8ccdfd Color Hex

#8CCDFD
(140,205,253)
0 Favorites   0 Comments

Color spaces of #8ccdfd

RGB 140205253
HSL0.570.970.77
HSV205°45°99°
CMYK 0.450.190.00   0.01
XYZ50.376256.3299101.1462
Yxy56.32990.24240.2710
Hunter Lab75.0532-11.5329-27.3654
CIE-Lab79.8012-8.2992-29.9716

#8ccdfd color RGB value is (140,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001101 11111101
Octal 214 315 375
Decimal 140 205 253
Hex 8C CD FD

RGB Percentages of Color #8ccdfd

%23.41
%34.28
%42.31

CMYK Percentages of Color #8ccdfd

%45
%19
%0
%1

Triadic Colors of #8ccdfd

#8ccdfd #fd8ccd #cdfd8c

Analogous Colors of #8ccdfd

#8ccdfd #8c95fd #8cfdf5

Monochromatic Colors of #8ccdfd

#8ccdfd

Complementary Color

#8ccdfd #fdbc8c

#8ccdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccdfd Color CSS Codes

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

#8ccdfd Text Font Color

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

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


#8ccdfd Background Color

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

This div background color is #8ccdfd


#8ccdfd Border Color

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

This div border color is #8ccdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccdfd


Comments

No comments written yet.

Please login to write comment.