Color Hex Logo

#8cdecb Color Hex

#8CDECB
(140,222,203)
0 Favorites   0 Comments

Color spaces of #8cdecb

RGB 140222203
HSL0.460.550.71
HSV166°37°87°
CMYK 0.370.000.09   0.13
XYZ47.716062.129865.9773
Yxy62.12980.27140.3534
Hunter Lab78.8225-29.88255.5478
CIE-Lab82.9824-29.26291.4173

#8cdecb color RGB value is (140,222,203).

#8cdecb hex color red value is 140, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cdecb hue: 0.46 , saturation: 0.55 and the lightness value of 8cdecb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11001011
Octal 214 336 313
Decimal 140 222 203
Hex 8C DE CB

RGB Percentages of Color #8cdecb

%24.78
%39.29
%35.93

CMYK Percentages of Color #8cdecb

%37
%0
%9
%13

Triadic Colors of #8cdecb

#8cdecb #cb8cde #decb8c

Analogous Colors of #8cdecb

#8cdecb #8cc8de #8cdea2

Monochromatic Colors of #8cdecb

#8cdecb

Complementary Color

#8cdecb #de8c9f

#8cdecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdecb Color CSS Codes

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

#8cdecb Text Font Color

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

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


#8cdecb Background Color

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

This div background color is #8cdecb


#8cdecb Border Color

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

This div border color is #8cdecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdecb


Comments

No comments written yet.

Please login to write comment.