Color Hex Logo

#8cebbf Color Hex

#8CEBBF
(140,235,191)
0 Favorites   0 Comments

Color spaces of #8cebbf

RGB 140235191
HSL0.420.700.74
HSV152°40°92°
CMYK 0.400.000.19   0.08
XYZ49.927568.753759.9295
Yxy68.75370.27950.3849
Hunter Lab82.9179-37.625715.1902
CIE-Lab86.3819-37.869312.6163

#8cebbf color RGB value is (140,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10111111
Octal 214 353 277
Decimal 140 235 191
Hex 8C EB BF

RGB Percentages of Color #8cebbf

%24.73
%41.52
%33.75

CMYK Percentages of Color #8cebbf

%40
%0
%19
%8

Triadic Colors of #8cebbf

#8cebbf #bf8ceb #ebbf8c

Analogous Colors of #8cebbf

#8cebbf #8ce8eb #8ceb90

Monochromatic Colors of #8cebbf

#8cebbf

Complementary Color

#8cebbf #eb8cb8

#8cebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebbf Color CSS Codes

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

#8cebbf Text Font Color

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

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


#8cebbf Background Color

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

This div background color is #8cebbf


#8cebbf Border Color

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

This div border color is #8cebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebbf


Comments

No comments written yet.

Please login to write comment.