Color Hex Logo

#8dcecb Color Hex

#8DCECB
(141,206,203)
0 Favorites   0 Comments

Color spaces of #8dcecb

RGB 141206203
HSL0.490.400.68
HSV177°32°81°
CMYK 0.320.000.01   0.19
XYZ43.835354.117164.6352
Yxy54.11710.26960.3328
Hunter Lab73.5643-22.3735-0.5984
CIE-Lab78.5300-21.1504-5.1039

#8dcecb color RGB value is (141,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001110 11001011
Octal 215 316 313
Decimal 141 206 203
Hex 8D CE CB

RGB Percentages of Color #8dcecb

%25.64
%37.45
%36.91

CMYK Percentages of Color #8dcecb

%32
%0
%1
%19

Triadic Colors of #8dcecb

#8dcecb #cb8dce #cecb8d

Analogous Colors of #8dcecb

#8dcecb #8db1ce #8dceab

Monochromatic Colors of #8dcecb

#8dcecb

Complementary Color

#8dcecb #ce8d90

#8dcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcecb Color CSS Codes

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

#8dcecb Text Font Color

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

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


#8dcecb Background Color

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

This div background color is #8dcecb


#8dcecb Border Color

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

This div border color is #8dcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcecb


Comments

No comments written yet.

Please login to write comment.