Color Hex Logo

#8cb5ce Color Hex

#8CB5CE
(140,181,206)
0 Favorites   0 Comments

Color spaces of #8cb5ce

RGB 140181206
HSL0.560.400.68
HSV203°32°81°
CMYK 0.320.120.00   0.19
XYZ38.479743.079464.6796
Yxy43.07940.26310.2946
Hunter Lab65.6349-10.2121-12.4826
CIE-Lab71.6088-7.7384-17.0753

#8cb5ce color RGB value is (140,181,206).

#8cb5ce hex color red value is 140, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8cb5ce hue: 0.56 , saturation: 0.40 and the lightness value of 8cb5ce is 0.68.

The process color (four color CMYK) of #8cb5ce color hex is 0.32, 0.12, 0.00, 0.19. Web safe color of #8cb5ce is #99cccc. Color #8cb5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110101 11001110
Octal 214 265 316
Decimal 140 181 206
Hex 8C B5 CE

RGB Percentages of Color #8cb5ce

%26.57
%34.35
%39.09

CMYK Percentages of Color #8cb5ce

%32
%12
%0
%19

Triadic Colors of #8cb5ce

#8cb5ce #ce8cb5 #b5ce8c

Analogous Colors of #8cb5ce

#8cb5ce #8c94ce #8ccec6

Monochromatic Colors of #8cb5ce

#8cb5ce

Complementary Color

#8cb5ce #cea58c

#8cb5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb5ce Color CSS Codes

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

#8cb5ce Text Font Color

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

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


#8cb5ce Background Color

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

This div background color is #8cb5ce


#8cb5ce Border Color

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

This div border color is #8cb5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb5ce


Comments

No comments written yet.

Please login to write comment.