Color Hex Logo

#8cebce Color Hex

#8CEBCE
(140,235,206)
0 Favorites   0 Comments

Color spaces of #8cebce

RGB 140235206
HSL0.450.700.74
HSV162°40°92°
CMYK 0.400.000.12   0.08
XYZ51.664169.448369.0744
Yxy69.44830.27160.3652
Hunter Lab83.3356-35.17609.1913
CIE-Lab86.7256-34.72625.2632

#8cebce color RGB value is (140,235,206).

#8cebce hex color red value is 140, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8cebce hue: 0.45 , saturation: 0.70 and the lightness value of 8cebce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11001110
Octal 214 353 316
Decimal 140 235 206
Hex 8C EB CE

RGB Percentages of Color #8cebce

%24.10
%40.45
%35.46

CMYK Percentages of Color #8cebce

%40
%0
%12
%8

Triadic Colors of #8cebce

#8cebce #ce8ceb #ebce8c

Analogous Colors of #8cebce

#8cebce #8cd9eb #8ceb9f

Monochromatic Colors of #8cebce

#8cebce

Complementary Color

#8cebce #eb8ca9

#8cebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebce Color CSS Codes

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

#8cebce Text Font Color

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

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


#8cebce Background Color

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

This div background color is #8cebce


#8cebce Border Color

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

This div border color is #8cebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebce


Comments

No comments written yet.

Please login to write comment.