Color Hex Logo

#8cceea Color Hex

#8CCEEA
(140,206,234)
0 Favorites   0 Comments

Color spaces of #8cceea

RGB 140206234
HSL0.550.690.73
HSV198°40°92°
CMYK 0.400.120.00   0.08
XYZ47.737855.658686.0690
Yxy55.65860.25200.2938
Hunter Lab74.6047-16.3402-16.1777
CIE-Lab79.4191-13.8434-20.4078

#8cceea color RGB value is (140,206,234).

#8cceea hex color red value is 140, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8cceea hue: 0.55 , saturation: 0.69 and the lightness value of 8cceea is 0.73.

The process color (four color CMYK) of #8cceea color hex is 0.40, 0.12, 0.00, 0.08. Web safe color of #8cceea is #99ccff. Color #8cceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 11101010
Octal 214 316 352
Decimal 140 206 234
Hex 8C CE EA

RGB Percentages of Color #8cceea

%24.14
%35.52
%40.34

CMYK Percentages of Color #8cceea

%40
%12
%0
%8

Triadic Colors of #8cceea

#8cceea #ea8cce #ceea8c

Analogous Colors of #8cceea

#8cceea #8c9fea #8cead7

Monochromatic Colors of #8cceea

#8cceea

Complementary Color

#8cceea #eaa88c

#8cceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cceea Color CSS Codes

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

#8cceea Text Font Color

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

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


#8cceea Background Color

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

This div background color is #8cceea


#8cceea Border Color

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

This div border color is #8cceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cceea


Comments

No comments written yet.

Please login to write comment.