Color Hex Logo

#8ccede Color Hex

#8CCEDE
(140,206,222)
0 Favorites   0 Comments

Color spaces of #8ccede

RGB 140206222
HSL0.530.550.71
HSV192°37°87°
CMYK 0.370.070.00   0.13
XYZ46.071354.992077.2935
Yxy54.99200.25830.3083
Hunter Lab74.1566-18.8773-9.8884
CIE-Lab79.0367-16.8746-14.5558

#8ccede color RGB value is (140,206,222).

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

The process color (four color CMYK) of #8ccede color hex is 0.37, 0.07, 0.00, 0.13. Web safe color of #8ccede is #99cccc. Color #8ccede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 11011110
Octal 214 316 336
Decimal 140 206 222
Hex 8C CE DE

RGB Percentages of Color #8ccede

%24.65
%36.27
%39.08

CMYK Percentages of Color #8ccede

%37
%7
%0
%13

Triadic Colors of #8ccede

#8ccede #de8cce #cede8c

Analogous Colors of #8ccede

#8ccede #8ca5de #8cdec5

Monochromatic Colors of #8ccede

#8ccede

Complementary Color

#8ccede #de9c8c

#8ccede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccede Color CSS Codes

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

#8ccede Text Font Color

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

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


#8ccede Background Color

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

This div background color is #8ccede


#8ccede Border Color

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

This div border color is #8ccede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccede


Comments

No comments written yet.

Please login to write comment.