Color Hex Logo

#8caffc Color Hex

#8CAFFC
(140,175,252)
0 Favorites   0 Comments

Color spaces of #8caffc

RGB 140175252
HSL0.610.950.77
HSV221°44°99°
CMYK 0.440.310.00   0.01
XYZ43.715943.263798.1421
Yxy43.26370.23610.2337
Hunter Lab65.77513.5293-42.4231
CIE-Lab71.73367.7933-41.9298

#8caffc color RGB value is (140,175,252).

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

The process color (four color CMYK) of #8caffc color hex is 0.44, 0.31, 0.00, 0.01. Web safe color of #8caffc is #9999ff. Color #8caffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 11111100
Octal 214 257 374
Decimal 140 175 252
Hex 8C AF FC

RGB Percentages of Color #8caffc

%24.69
%30.86
%44.44

CMYK Percentages of Color #8caffc

%44
%31
%0
%1

Triadic Colors of #8caffc

#8caffc #fc8caf #affc8c

Analogous Colors of #8caffc

#8caffc #a18cfc #8ce7fc

Monochromatic Colors of #8caffc

#8caffc

Complementary Color

#8caffc #fcd98c

#8caffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caffc Color CSS Codes

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

#8caffc Text Font Color

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

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


#8caffc Background Color

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

This div background color is #8caffc


#8caffc Border Color

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

This div border color is #8caffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caffc

Related Colors


Comments

No comments written yet.

Please login to write comment.