Color Hex Logo

#8cceb5 Color Hex

#8CCEB5
(140,206,181)
0 Favorites   0 Comments

Color spaces of #8cceb5

RGB 140206181
HSL0.440.400.68
HSV157°32°81°
CMYK 0.320.000.12   0.19
XYZ41.227053.054351.7837
Yxy53.05430.28230.3632
Hunter Lab72.8384-26.43508.8353
CIE-Lab77.9070-26.28465.7950

#8cceb5 color RGB value is (140,206,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001110 10110101
Octal 214 316 265
Decimal 140 206 181
Hex 8C CE B5

RGB Percentages of Color #8cceb5

%26.57
%39.09
%34.35

CMYK Percentages of Color #8cceb5

%32
%0
%12
%19

Triadic Colors of #8cceb5

#8cceb5 #b58cce #ceb58c

Analogous Colors of #8cceb5

#8cceb5 #8cc6ce #8cce94

Monochromatic Colors of #8cceb5

#8cceb5

Complementary Color

#8cceb5 #ce8ca5

#8cceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cceb5 Color CSS Codes

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

#8cceb5 Text Font Color

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

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


#8cceb5 Background Color

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

This div background color is #8cceb5


#8cceb5 Border Color

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

This div border color is #8cceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cceb5


Comments

No comments written yet.

Please login to write comment.