Color Hex Logo

#8cc3ff Color Hex

#8CC3FF
(140,195,255)
0 Favorites   0 Comments

Color spaces of #8cc3ff

RGB 140195255
HSL0.591.000.77
HSV211°45°100°
CMYK 0.450.240.00   0.00
XYZ48.380351.8257102.0612
Yxy51.82570.23920.2562
Hunter Lab71.9901-6.0232-33.6631
CIE-Lab77.1765-2.4018-35.0836

#8cc3ff color RGB value is (140,195,255).

#8cc3ff hex color red value is 140, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8cc3ff hue: 0.59 , saturation: 1.00 and the lightness value of 8cc3ff is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000011 11111111
Octal 214 303 377
Decimal 140 195 255
Hex 8C C3 FF

RGB Percentages of Color #8cc3ff

%23.73
%33.05
%43.22

CMYK Percentages of Color #8cc3ff

%45
%24
%0
%0

Triadic Colors of #8cc3ff

#8cc3ff #ff8cc3 #c3ff8c

Analogous Colors of #8cc3ff

#8cc3ff #8f8cff #8cfdff

Monochromatic Colors of #8cc3ff

#8cc3ff

Complementary Color

#8cc3ff #ffc88c

#8cc3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc3ff Color CSS Codes

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

#8cc3ff Text Font Color

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

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


#8cc3ff Background Color

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

This div background color is #8cc3ff


#8cc3ff Border Color

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

This div border color is #8cc3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.