Color Hex Logo

#8cebcb Color Hex

#8CEBCB
(140,235,203)
0 Favorites   0 Comments

Color spaces of #8cebcb

RGB 140235203
HSL0.440.700.74
HSV160°40°92°
CMYK 0.400.000.14   0.08
XYZ51.303069.303967.1730
Yxy69.30390.27320.3691
Hunter Lab83.2490-35.683310.4336
CIE-Lab86.6543-35.37206.7319

#8cebcb color RGB value is (140,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 11001011
Octal 214 353 313
Decimal 140 235 203
Hex 8C EB CB

RGB Percentages of Color #8cebcb

%24.22
%40.66
%35.12

CMYK Percentages of Color #8cebcb

%40
%0
%14
%8

Triadic Colors of #8cebcb

#8cebcb #cb8ceb #ebcb8c

Analogous Colors of #8cebcb

#8cebcb #8cdceb #8ceb9c

Monochromatic Colors of #8cebcb

#8cebcb

Complementary Color

#8cebcb #eb8cac

#8cebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebcb Color CSS Codes

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

#8cebcb Text Font Color

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

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


#8cebcb Background Color

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

This div background color is #8cebcb


#8cebcb Border Color

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

This div border color is #8cebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebcb


Comments

No comments written yet.

Please login to write comment.