Color Hex Logo

#8cebcf Color Hex

#8CEBCF
(140,235,207)
0 Favorites   0 Comments

Color spaces of #8cebcf

RGB 140235207
HSL0.450.700.74
HSV162°40°92°
CMYK 0.400.000.12   0.08
XYZ51.786069.497169.7164
Yxy69.49710.27110.3639
Hunter Lab83.3649-35.00508.7724
CIE-Lab86.7496-34.50924.7740

#8cebcf color RGB value is (140,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11001111
Octal 214 353 317
Decimal 140 235 207
Hex 8C EB CF

RGB Percentages of Color #8cebcf

%24.05
%40.38
%35.57

CMYK Percentages of Color #8cebcf

%40
%0
%12
%8

Triadic Colors of #8cebcf

#8cebcf #cf8ceb #ebcf8c

Analogous Colors of #8cebcf

#8cebcf #8cd8eb #8ceba0

Monochromatic Colors of #8cebcf

#8cebcf

Complementary Color

#8cebcf #eb8ca8

#8cebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebcf Color CSS Codes

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

#8cebcf Text Font Color

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

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


#8cebcf Background Color

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

This div background color is #8cebcf


#8cebcf Border Color

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

This div border color is #8cebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebcf


Comments

No comments written yet.

Please login to write comment.