Color Hex Logo

#8cebb3 Color Hex

#8CEBB3
(140,235,179)
0 Favorites   0 Comments

Color spaces of #8cebb3

RGB 140235179
HSL0.400.700.74
HSV145°40°92°
CMYK 0.400.000.24   0.08
XYZ48.660268.246853.2561
Yxy68.24680.28600.4011
Hunter Lab82.6116-39.429619.6065
CIE-Lab86.1297-40.224818.5062

#8cebb3 color RGB value is (140,235,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101011 10110011
Octal 214 353 263
Decimal 140 235 179
Hex 8C EB B3

RGB Percentages of Color #8cebb3

%25.27
%42.42
%32.31

CMYK Percentages of Color #8cebb3

%40
%0
%24
%8

Triadic Colors of #8cebb3

#8cebb3 #b38ceb #ebb38c

Analogous Colors of #8cebb3

#8cebb3 #8cebe3 #95eb8c

Monochromatic Colors of #8cebb3

#8cebb3

Complementary Color

#8cebb3 #eb8cc4

#8cebb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cebb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cebb3 Color CSS Codes

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

#8cebb3 Text Font Color

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

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


#8cebb3 Background Color

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

This div background color is #8cebb3


#8cebb3 Border Color

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

This div border color is #8cebb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cebb3


Comments

No comments written yet.

Please login to write comment.