Color Hex Logo

#8ccffc Color Hex

#8CCFFC
(140,207,252)
0 Favorites   0 Comments

Color spaces of #8ccffc

RGB 140207252
HSL0.570.950.77
HSV204°44°99°
CMYK 0.440.180.00   0.01
XYZ50.698757.2294100.4697
Yxy57.22940.24330.2746
Hunter Lab75.6501-12.7617-25.7870
CIE-Lab80.3084-9.6239-28.6610

#8ccffc color RGB value is (140,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 11111100
Octal 214 317 374
Decimal 140 207 252
Hex 8C CF FC

RGB Percentages of Color #8ccffc

%23.37
%34.56
%42.07

CMYK Percentages of Color #8ccffc

%44
%18
%0
%1

Triadic Colors of #8ccffc

#8ccffc #fc8ccf #cffc8c

Analogous Colors of #8ccffc

#8ccffc #8c97fc #8cfcf1

Monochromatic Colors of #8ccffc

#8ccffc

Complementary Color

#8ccffc #fcb98c

#8ccffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccffc Color CSS Codes

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

#8ccffc Text Font Color

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

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


#8ccffc Background Color

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

This div background color is #8ccffc


#8ccffc Border Color

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

This div border color is #8ccffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,207,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8ccffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccffc


Comments

No comments written yet.

Please login to write comment.