Color Hex Logo

#8bccce Color Hex

#8BCCCE
(139,204,206)
0 Favorites   0 Comments

Color spaces of #8bccce

RGB 139204206
HSL0.500.410.68
HSV182°33°81°
CMYK 0.330.010.00   0.19
XYZ43.380953.130966.3614
Yxy53.13090.26630.3262
Hunter Lab72.8909-21.3252-2.9552
CIE-Lab77.9522-19.9996-7.5832

#8bccce color RGB value is (139,204,206).

#8bccce hex color red value is 139, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8bccce hue: 0.50 , saturation: 0.41 and the lightness value of 8bccce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001100 11001110
Octal 213 314 316
Decimal 139 204 206
Hex 8B CC CE

RGB Percentages of Color #8bccce

%25.32
%37.16
%37.52

CMYK Percentages of Color #8bccce

%33
%1
%0
%19

Triadic Colors of #8bccce

#8bccce #ce8bcc #ccce8b

Analogous Colors of #8bccce

#8bccce #8babce #8bceaf

Monochromatic Colors of #8bccce

#8bccce

Complementary Color

#8bccce #ce8d8b

#8bccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bccce Color CSS Codes

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

#8bccce Text Font Color

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

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


#8bccce Background Color

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

This div background color is #8bccce


#8bccce Border Color

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

This div border color is #8bccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bccce


Comments

No comments written yet.

Please login to write comment.