Color Hex Logo

#8ccaff Color Hex

#8CCAFF
(140,202,255)
0 Favorites   0 Comments

Color spaces of #8ccaff

RGB 140202255
HSL0.581.000.77
HSV208°45°100°
CMYK 0.450.210.00   0.00
XYZ49.985755.0365102.5963
Yxy55.03650.24080.2651
Hunter Lab74.1866-9.5562-30.0645
CIE-Lab79.0623-6.1624-32.1737

#8ccaff color RGB value is (140,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 11111111
Octal 214 312 377
Decimal 140 202 255
Hex 8C CA FF

RGB Percentages of Color #8ccaff

%23.45
%33.84
%42.71

CMYK Percentages of Color #8ccaff

%45
%21
%0
%0

Triadic Colors of #8ccaff

#8ccaff #ff8cca #caff8c

Analogous Colors of #8ccaff

#8ccaff #8c91ff #8cfffb

Monochromatic Colors of #8ccaff

#8ccaff

Complementary Color

#8ccaff #ffc18c

#8ccaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccaff Color CSS Codes

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

#8ccaff Text Font Color

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

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


#8ccaff Background Color

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

This div background color is #8ccaff


#8ccaff Border Color

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

This div border color is #8ccaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccaff

Related Colors

#8ccaff Color Palettes


Comments

No comments written yet.

Please login to write comment.