Color Hex Logo

#8ccebb Color Hex

#8CCEBB
(140,206,187)
0 Favorites   0 Comments

Color spaces of #8ccebb

RGB 140206187
HSL0.450.400.68
HSV163°32°81°
CMYK 0.320.000.09   0.19
XYZ41.856253.305955.0967
Yxy53.30590.27860.3548
Hunter Lab73.0109-25.43736.3652
CIE-Lab78.0553-25.00772.7899

#8ccebb color RGB value is (140,206,187).

#8ccebb hex color red value is 140, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8ccebb hue: 0.45 , saturation: 0.40 and the lightness value of 8ccebb is 0.68.

The process color (four color CMYK) of #8ccebb color hex is 0.32, 0.00, 0.09, 0.19. Web safe color of #8ccebb is #99cccc. Color #8ccebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 10111011
Octal 214 316 273
Decimal 140 206 187
Hex 8C CE BB

RGB Percentages of Color #8ccebb

%26.27
%38.65
%35.08

CMYK Percentages of Color #8ccebb

%32
%0
%9
%19

Triadic Colors of #8ccebb

#8ccebb #bb8cce #cebb8c

Analogous Colors of #8ccebb

#8ccebb #8cc0ce #8cce9a

Monochromatic Colors of #8ccebb

#8ccebb

Complementary Color

#8ccebb #ce8c9f

#8ccebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccebb Color CSS Codes

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

#8ccebb Text Font Color

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

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


#8ccebb Background Color

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

This div background color is #8ccebb


#8ccebb Border Color

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

This div border color is #8ccebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccebb


Comments

No comments written yet.

Please login to write comment.