Color Hex Logo

#8ccffd Color Hex

#8CCFFD
(140,207,253)
0 Favorites   0 Comments

Color spaces of #8ccffd

RGB 140207253
HSL0.570.970.77
HSV204°45°99°
CMYK 0.450.180.00   0.01
XYZ50.857757.2929101.3067
Yxy57.29290.24280.2735
Hunter Lab75.6921-12.5265-26.3696
CIE-Lab80.3441-9.3539-29.1388

#8ccffd color RGB value is (140,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 11111101
Octal 214 317 375
Decimal 140 207 253
Hex 8C CF FD

RGB Percentages of Color #8ccffd

%23.33
%34.50
%42.17

CMYK Percentages of Color #8ccffd

%45
%18
%0
%1

Triadic Colors of #8ccffd

#8ccffd #fd8ccf #cffd8c

Analogous Colors of #8ccffd

#8ccffd #8c97fd #8cfdf3

Monochromatic Colors of #8ccffd

#8ccffd

Complementary Color

#8ccffd #fdba8c

#8ccffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccffd Color CSS Codes

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

#8ccffd Text Font Color

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

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


#8ccffd Background Color

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

This div background color is #8ccffd


#8ccffd Border Color

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

This div border color is #8ccffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccffd

Related Colors


Comments

No comments written yet.

Please login to write comment.