Color Hex Logo

#8cebbe Color Hex

#8CEBBE
(140,235,190)
0 Favorites   0 Comments

Color spaces of #8cebbe

RGB 140235190
HSL0.420.700.74
HSV152°40°92°
CMYK 0.400.000.19   0.08
XYZ49.817868.709859.3518
Yxy68.70980.28010.3863
Hunter Lab82.8914-37.781215.5712
CIE-Lab86.3601-38.071113.1071

#8cebbe color RGB value is (140,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10111110
Octal 214 353 276
Decimal 140 235 190
Hex 8C EB BE

RGB Percentages of Color #8cebbe

%24.78
%41.59
%33.63

CMYK Percentages of Color #8cebbe

%40
%0
%19
%8

Triadic Colors of #8cebbe

#8cebbe #be8ceb #ebbe8c

Analogous Colors of #8cebbe

#8cebbe #8ce9eb #8ceb8f

Monochromatic Colors of #8cebbe

#8cebbe

Complementary Color

#8cebbe #eb8cb9

#8cebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebbe Color CSS Codes

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

#8cebbe Text Font Color

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

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


#8cebbe Background Color

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

This div background color is #8cebbe


#8cebbe Border Color

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

This div border color is #8cebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebbe


Comments

No comments written yet.

Please login to write comment.