Color Hex Logo

#8ccebf Color Hex

#8CCEBF
(140,206,191)
0 Favorites   0 Comments

Color spaces of #8ccebf

RGB 140206191
HSL0.460.400.68
HSV166°32°81°
CMYK 0.320.000.07   0.19
XYZ42.290553.479757.3839
Yxy53.47970.27610.3492
Hunter Lab73.1298-24.75184.6669
CIE-Lab78.1574-24.13670.7904

#8ccebf color RGB value is (140,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 10111111
Octal 214 316 277
Decimal 140 206 191
Hex 8C CE BF

RGB Percentages of Color #8ccebf

%26.07
%38.36
%35.57

CMYK Percentages of Color #8ccebf

%32
%0
%7
%19

Triadic Colors of #8ccebf

#8ccebf #bf8cce #cebf8c

Analogous Colors of #8ccebf

#8ccebf #8cbcce #8cce9e

Monochromatic Colors of #8ccebf

#8ccebf

Complementary Color

#8ccebf #ce8c9b

#8ccebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccebf Color CSS Codes

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

#8ccebf Text Font Color

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

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


#8ccebf Background Color

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

This div background color is #8ccebf


#8ccebf Border Color

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

This div border color is #8ccebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,206,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 #8ccebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccebf


Comments

No comments written yet.

Please login to write comment.